alba.saco commited on
Commit
e05df7c
1 Parent(s): dd0064a

dockerfile update

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
 
 
7
  RUN git submodule update --init --recursive
8
 
9
  RUN pip install torch
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN apt-get update && apt-get install -y git
8
+
9
  RUN git submodule update --init --recursive
10
 
11
  RUN pip install torch