Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,6 @@ FROM python:3.10-slim
|
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /app
|
| 6 |
-
|
| 7 |
# Install system dependencies needed for some Python packages
|
| 8 |
RUN apt-get update && apt-get install -y \
|
| 9 |
build-essential \
|
|
|
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /app
|
|
|
|
| 6 |
# Install system dependencies needed for some Python packages
|
| 7 |
RUN apt-get update && apt-get install -y \
|
| 8 |
build-essential \
|