Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
## Use the official Python 3.9 image
|
2 |
FROM python:3.10
|
3 |
|
4 |
-
ENV http_proxy="http://130.162.148.105:8080"
|
5 |
-
ENV https_proxy="http://72.10.164.178:1417"
|
6 |
-
ENV no_proxy="localhost,127.0.0.1"
|
7 |
|
8 |
## set the working directory to /code
|
9 |
WORKDIR /code
|
|
|
1 |
## Use the official Python 3.9 image
|
2 |
FROM python:3.10
|
3 |
|
4 |
+
# ENV http_proxy="http://130.162.148.105:8080"
|
5 |
+
# ENV https_proxy="http://72.10.164.178:1417"
|
6 |
+
# ENV no_proxy="localhost,127.0.0.1"
|
7 |
|
8 |
## set the working directory to /code
|
9 |
WORKDIR /code
|