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