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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -3,12 +3,10 @@ FROM continuumio/anaconda3:main
3
  WORKDIR /code
4
  COPY ./environment.yml /code/environment.yml
5
 
6
- RUN
7
-
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
 
3
  WORKDIR /code
4
  COPY ./environment.yml /code/environment.yml
5
 
 
 
 
6
  RUN conda env create -n ssgqa
7
 
8
  RUN sudo apt install python3.9-dev
9
+ RUN sudo apt-get install gcc
10
 
11
  RUN conda activate ssgqa
12
  RUN pip install --upgrade pip