yaziciz commited on
Commit
e2eb5ea
·
verified ·
1 Parent(s): 42faf8f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM yaziciz/deepsurg_vllm_v1
2
 
3
- WORKDIR /code
4
 
5
  RUN pip install --upgrade pip
6
  RUN conda env create -f ./environment.yml
 
1
  FROM yaziciz/deepsurg_vllm_v1
2
 
3
+ WORKDIR /app
4
 
5
  RUN pip install --upgrade pip
6
  RUN conda env create -f ./environment.yml