Spaces:
Sleeping
Sleeping
6 commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM ubuntu:latest
|
|
5 |
RUN apt-get update
|
6 |
|
7 |
# Install system packages
|
8 |
-
RUN apt-get install -y grep git
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
|
|
|
5 |
RUN apt-get update
|
6 |
|
7 |
# Install system packages
|
8 |
+
RUN apt-get install -y grep git python3 python3-pip
|
9 |
|
10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
11 |
|