Rsnarsna commited on
Commit
4c00a7a
·
verified ·
1 Parent(s): 2e473d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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