randydev commited on
Commit
af46cad
·
verified ·
1 Parent(s): 4bfee54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -40,9 +40,6 @@ RUN apt -qq update && \
40
  apt-get clean && \
41
  rm -rf /var/lib/apt/lists/
42
 
43
- ENV http_proxy="https://randydev-meta-ai.hf.space"
44
- ENV https_proxy="https://randydev-meta-ai.hf.space"
45
-
46
  COPY . .
47
  COPY requirements.txt .
48
  RUN pip3 install --upgrade pip setuptools
 
40
  apt-get clean && \
41
  rm -rf /var/lib/apt/lists/
42
 
 
 
 
43
  COPY . .
44
  COPY requirements.txt .
45
  RUN pip3 install --upgrade pip setuptools