Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -7,10 +7,10 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
7 |
WORKDIR /app
|
8 |
COPY --chown=user . /app
|
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 pip3 install --upgrade pip
|
15 |
RUN pip3 install git+https://github.com/a-r-j/graphein.git
|
16 |
RUN pip3 install numpy scipy torch==2.2 transformers==4.44.2
|
|
|
7 |
WORKDIR /app
|
8 |
COPY --chown=user . /app
|
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 pip3 install --upgrade pip
|
15 |
RUN pip3 install git+https://github.com/a-r-j/graphein.git
|
16 |
RUN pip3 install numpy scipy torch==2.2 transformers==4.44.2
|