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