Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -21,6 +21,8 @@ RUN apt-get update && \
|
|
| 21 |
# Install code-server
|
| 22 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 23 |
|
|
|
|
|
|
|
| 24 |
# Create a user to run code-server
|
| 25 |
RUN useradd -m -s /bin/bash coder && \
|
| 26 |
echo 'coder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
|
|
|
| 21 |
# Install code-server
|
| 22 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 23 |
|
| 24 |
+
RUN curl -fsSL https://ollama.com/install.sh | sh
|
| 25 |
+
|
| 26 |
# Create a user to run code-server
|
| 27 |
RUN useradd -m -s /bin/bash coder && \
|
| 28 |
echo 'coder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|