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