rr1 commited on
Commit
7b6027f
·
1 Parent(s): 01fc671

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apt-get -qqy update \
16
  pip \
17
  git
18
 
19
- RUN git clone https://github.com/xtekky/gpt4free.git /tmp/
20
 
21
  # Cleanup
22
  RUN rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
 
16
  pip \
17
  git
18
 
19
+ RUN git clone https://github.com/xtekky/gpt4free.git /tmp/gpt4free
20
 
21
  # Cleanup
22
  RUN rm -rf /var/lib/apt/lists/* /var/cache/apt/* \