ankur-bohra commited on
Commit
97ac1eb
1 Parent(s): 07e8768

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ WORKDIR /code
4
 
5
  # Create the environment:
6
  COPY ./environment.yml /code/environment.yml
 
7
 
8
  RUN conda config --set channel_priority strict
9
  RUN conda config --add channels conda-forge
 
4
 
5
  # Create the environment:
6
  COPY ./environment.yml /code/environment.yml
7
+ COPY ./requirements.txt /code/requirements.txt
8
 
9
  RUN conda config --set channel_priority strict
10
  RUN conda config --add channels conda-forge