Spaces:
Running
Running
Fixed typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.8-
|
2 |
|
3 |
# Install Dependencies
|
4 |
RUN apt-get update -q \
|
|
|
1 |
+
FROM python:3.8-slim
|
2 |
|
3 |
# Install Dependencies
|
4 |
RUN apt-get update -q \
|