Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -31,10 +31,8 @@ RUN npm install -g pnpm@8.3.1 pm2 ts-node
|
|
| 31 |
|
| 32 |
|
| 33 |
# Install code-server
|
| 34 |
-
RUN curl -fsSL https://code-server.dev/install.sh | sh -s --
|
| 35 |
|
| 36 |
-
# Install ollama
|
| 37 |
-
RUN curl -fsSL https://ollama.com/install.sh | sh
|
| 38 |
|
| 39 |
# Create a user to run code-server
|
| 40 |
RUN useradd -m -s /bin/zsh coder && \
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
# Install code-server
|
| 34 |
+
RUN curl -fsSL https://code-server.dev/install.sh | sh -s --
|
| 35 |
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# Create a user to run code-server
|
| 38 |
RUN useradd -m -s /bin/zsh coder && \
|