Spaces:
Paused
Paused
Commit
·
9938359
1
Parent(s):
d3fc1c3
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -5,6 +5,8 @@ WORKDIR /code
|
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y python3 python3-pip
|
7 |
|
|
|
|
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y python3 python3-pip
|
7 |
|
8 |
+
RUN apt-get install git-all
|
9 |
+
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|