yaziciz commited on
Commit
f5dd4d5
·
verified ·
1 Parent(s): fc1f662

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN ls -laR $HOME/app
29
  RUN conda env create -f $HOME/app/environment.yml
30
 
31
  # Run demo.py using the 'ssgqa' conda environment.
32
- CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]
 
29
  RUN conda env create -f $HOME/app/environment.yml
30
 
31
  # Run demo.py using the 'ssgqa' conda environment.
32
+ CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]