yaziciz commited on
Commit
e10d0d3
·
verified ·
1 Parent(s): 88727df

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,8 +1,6 @@
1
  FROM yaziciz/deepsurg_vllm_v1
2
  WORKDIR /app
3
 
4
- # Create the conda environment from the environment file in /app.
5
  RUN conda env create -f environment.yml
6
 
7
- # Run demo.py using the newly created environment.
8
  CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]
 
1
  FROM yaziciz/deepsurg_vllm_v1
2
  WORKDIR /app
3
 
 
4
  RUN conda env create -f environment.yml
5
 
 
6
  CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]