mrmft commited on
Commit
0589186
1 Parent(s): 0571449

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -12,10 +12,10 @@ WORKDIR /app
12
  # download packages
13
  COPY requirements.txt .
14
 
15
- ENV HTTP_PROXY http://172.17.0.1:10805
16
- ENV HTTPS_PROXY http://172.17.0.1:10805
17
- ENV http_proxy http://172.17.0.1:10805
18
- ENV https_proxy http://172.17.0.1:10805
19
 
20
  RUN pip install git+https://github.com/mohammadkarrabi/NERDA.git
21
  RUN pip install -r requirements.txt
 
12
  # download packages
13
  COPY requirements.txt .
14
 
15
+ # ENV HTTP_PROXY http://172.17.0.1:10805
16
+ # ENV HTTPS_PROXY http://172.17.0.1:10805
17
+ # ENV http_proxy http://172.17.0.1:10805
18
+ # ENV https_proxy http://172.17.0.1:10805
19
 
20
  RUN pip install git+https://github.com/mohammadkarrabi/NERDA.git
21
  RUN pip install -r requirements.txt