yaziciz commited on
Commit
ba8191c
·
verified ·
1 Parent(s): 453fa1c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM yaziciz/deepsurg_vllm_v1
3
  WORKDIR /app
4
 
5
  RUN pip install --upgrade pip
6
- RUN conda env create -f ./environment.yml
7
 
8
  # Make RUN commands use the new environment:
9
  SHELL ["conda", "run", "-n", "ssgqa", "/bin/bash", "-c"]
 
3
  WORKDIR /app
4
 
5
  RUN pip install --upgrade pip
6
+ RUN conda env create -f /environment.yml
7
 
8
  # Make RUN commands use the new environment:
9
  SHELL ["conda", "run", "-n", "ssgqa", "/bin/bash", "-c"]