Update Dockerfile
Browse files- 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"]
|