Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -7
Dockerfile
CHANGED
@@ -4,13 +4,6 @@ FROM python:3.10-slim
|
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
-
# Install system dependencies
|
8 |
-
RUN apt-get update && apt-get install -y \
|
9 |
-
gcc \
|
10 |
-
libcurl4-openssl-dev \
|
11 |
-
libssl-dev \
|
12 |
-
&& rm -rf /var/lib/apt/lists/*
|
13 |
-
|
14 |
# Install Python dependencies
|
15 |
COPY requirements.txt .
|
16 |
|
|
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Install Python dependencies
|
8 |
COPY requirements.txt .
|
9 |
|