Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN apt-get update && \
|
|
| 19 |
ffmpeg
|
| 20 |
|
| 21 |
# Install code-server
|
| 22 |
-
RUN curl -fsSL https://code-server.dev/install.sh | sh -s --version=4.90.0
|
| 23 |
|
| 24 |
# Install ollama
|
| 25 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
|
| 19 |
ffmpeg
|
| 20 |
|
| 21 |
# Install code-server
|
| 22 |
+
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=4.90.0
|
| 23 |
|
| 24 |
# Install ollama
|
| 25 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|