Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -7,8 +7,5 @@ RUN apt-get update && apt-get install -y libgl1-mesa-glx
|
|
7 |
# Create the conda environment from the environment file in /app.
|
8 |
RUN conda env create -f environment.yml
|
9 |
|
10 |
-
# Activate the environment 'ssgqa' and install opencv-python-headless within it.
|
11 |
-
RUN conda run -n ssgqa pip install opencv-python-headless --upgrade
|
12 |
-
|
13 |
# Run demo.py using the 'ssgqa' conda environment.
|
14 |
CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]
|
|
|
7 |
# Create the conda environment from the environment file in /app.
|
8 |
RUN conda env create -f environment.yml
|
9 |
|
|
|
|
|
|
|
10 |
# Run demo.py using the 'ssgqa' conda environment.
|
11 |
CMD ["conda", "run", "--no-capture-output", "-n", "ssgqa", "python", "demo.py"]
|