Update Dockerfile
Browse files- 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/* \
|