Realcat commited on
Commit
1db009a
1 Parent(s): 69d8141

update: docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV PATH /opt/conda/envs/imw/bin:$PATH
20
  # Make RUN commands use the new environment
21
  SHELL ["conda", "run", "-n", "imw", "/bin/bash", "-c"]
22
  RUN pip install --upgrade pip
23
- RUN pip install -r env-docker.txt
24
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
25
 
26
  # Export port
 
20
  # Make RUN commands use the new environment
21
  SHELL ["conda", "run", "-n", "imw", "/bin/bash", "-c"]
22
  RUN pip install --upgrade pip
23
+ RUN pip install -r requirements.txt
24
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
25
 
26
  # Export port