Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ RUN
|
|
8 |
# Create the environment using the environment.yml file
|
9 |
RUN conda env create -n ssgqa
|
10 |
|
|
|
|
|
11 |
RUN conda activate ssgqa
|
12 |
RUN pip install --upgrade pip
|
13 |
RUN conda env update -n ssgqa -f /code/environment.yml
|
|
|
8 |
# Create the environment using the environment.yml file
|
9 |
RUN conda env create -n ssgqa
|
10 |
|
11 |
+
RUN conda install -c conda-forge pycocotools
|
12 |
+
|
13 |
RUN conda activate ssgqa
|
14 |
RUN pip install --upgrade pip
|
15 |
RUN conda env update -n ssgqa -f /code/environment.yml
|