Spaces:
Sleeping
Sleeping
fixed Dockerfile error
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,7 +3,6 @@ FROM python:3.11-slim
|
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
build-essential \
|
5 |
curl \
|
6 |
-
software-properties-common \
|
7 |
git \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
|
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
build-essential \
|
5 |
curl \
|
|
|
6 |
git \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|