yaziciz commited on
Commit
4023b2f
·
verified ·
1 Parent(s): dbfbeae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN
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
 
8
  # Create the environment using the environment.yml file
9
  RUN conda env create -n ssgqa
10
 
11
+ RUN sudo apt install python3.9-dev
12
 
13
  RUN conda activate ssgqa
14
  RUN pip install --upgrade pip