Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
# Use a specific version for the base image
|
| 2 |
FROM python:3.8-slim
|
| 3 |
|
| 4 |
-
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf && \
|
| 5 |
-
echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
| 6 |
-
|
| 7 |
# Set a working directory in the container
|
| 8 |
WORKDIR /app
|
| 9 |
|
|
|
|
| 1 |
# Use a specific version for the base image
|
| 2 |
FROM python:3.8-slim
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
# Set a working directory in the container
|
| 5 |
WORKDIR /app
|
| 6 |
|