habdine commited on
Commit
cf6c5ce
·
verified ·
1 Parent(s): 1e4e98d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -9,10 +9,8 @@ WORKDIR /app
9
 
10
  RUN apt-get update
11
  RUN apt-get install wget
12
-
13
  RUN apt install -y git-all
14
- RUN apt-get install -y dssp
15
-
16
  RUN pip install --upgrade pip
17
  RUN pip install git+https://github.com/a-r-j/graphein.git
18
  RUN pip install numpy scipy torch==2.2 transformers==4.44.2
 
9
 
10
  RUN apt-get update
11
  RUN apt-get install wget
 
12
  RUN apt install -y git-all
13
+ RUN apt-get install -y dssp
 
14
  RUN pip install --upgrade pip
15
  RUN pip install git+https://github.com/a-r-j/graphein.git
16
  RUN pip install numpy scipy torch==2.2 transformers==4.44.2