Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 19 |
unzip \
|
| 20 |
procps \
|
| 21 |
inotify-tools \
|
| 22 |
-
&& export PATH="/root/.local/bin:$PATH" \
|
| 23 |
&& curl -LsSf https://hf.co/cli/install.sh | bash \
|
| 24 |
&& rm -rf /var/lib/apt/lists/*
|
| 25 |
|
|
@@ -55,4 +54,4 @@ EXPOSE 7860
|
|
| 55 |
|
| 56 |
|
| 57 |
# 9. Run entrypoint script
|
| 58 |
-
CMD ["/entrypoint.sh"]
|
|
|
|
| 19 |
unzip \
|
| 20 |
procps \
|
| 21 |
inotify-tools \
|
|
|
|
| 22 |
&& curl -LsSf https://hf.co/cli/install.sh | bash \
|
| 23 |
&& rm -rf /var/lib/apt/lists/*
|
| 24 |
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
# 9. Run entrypoint script
|
| 57 |
+
CMD ["/entrypoint.sh"]
|