Spaces:
Runtime error
Runtime error
Theivaprakasham Hari
commited on
Commit
•
39261ab
1
Parent(s):
e05e237
fixed
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
FROM python:3.7-slim-stretch
|
2 |
|
3 |
-
RUN apt-get update && apt-get install -y git python3-dev gcc
|
4 |
-
&& rm -rf /var/lib/apt/lists/*
|
5 |
|
6 |
COPY requirements.txt .
|
7 |
|
|
|
1 |
FROM python:3.7-slim-stretch
|
2 |
|
3 |
+
RUN apt-get update && apt-get install -y git python3-dev gcc
|
|
|
4 |
|
5 |
COPY requirements.txt .
|
6 |
|