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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,4 +5,4 @@ WORKDIR /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", "myenv", "python", "demo.py"]
 
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"]