Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
FROM python:3.9-slim
|
2 |
|
|
|
3 |
# Install system dependencies
|
4 |
RUN apt-get update && \
|
5 |
apt-get install -y --no-install-recommends \
|
|
|
1 |
FROM python:3.9-slim
|
2 |
|
3 |
+
|
4 |
# Install system dependencies
|
5 |
RUN apt-get update && \
|
6 |
apt-get install -y --no-install-recommends \
|