Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -2,8 +2,8 @@ FROM python:3.9
|
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y libgl1-mesa-dev && \
|
| 4 |
apt-get install -y wget && \
|
| 5 |
-
wget https://taesiri.ai/static/libssl1.1_1.1.1f-
|
| 6 |
-
dpkg -i libssl1.1_1.1.1f-
|
| 7 |
|
| 8 |
WORKDIR /code
|
| 9 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y libgl1-mesa-dev && \
|
| 4 |
apt-get install -y wget && \
|
| 5 |
+
wget https://taesiri.ai/static/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb && \
|
| 6 |
+
dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
|
| 7 |
|
| 8 |
WORKDIR /code
|
| 9 |
COPY ./requirements.txt /code/requirements.txt
|