Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 18, 2023
1 parent 1c2c815 commit 40bf800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ LABEL maintainer="Máté Balajti <[email protected]>"
# COPY THE YAML & INSTALL SOFTWARE WITH CONDA
WORKDIR /usr/src/app
COPY ./ ./
RUN conda env create --file environment.yml
RUN conda env create --file environment.yml \
&& conda clean --all

# VARIABLES
ARG WORKDIR="/home/USER"
Expand Down

0 comments on commit 40bf800

Please sign in to comment.