Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -5
Dockerfile
CHANGED
@@ -20,12 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|
20 |
RUN curl -sSf https://sshx.io/get | sh
|
21 |
|
22 |
# Add NVIDIA package repositories
|
23 |
-
RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \
|
24 |
-
&& echo "deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://nvidia.github.io/libnvidia-container/stable/deb/ $(. /etc/os-release; echo $UBUNTU_CODENAME) main" > /etc/apt/sources.list.d/nvidia-container-toolkit.list
|
25 |
-
|
26 |
# Install NVIDIA container toolkit (Check for any updated methods or URLs for Ubuntu jammy)
|
27 |
-
RUN apt-get update && apt-get install -y nvidia-container-toolkit || true
|
28 |
-
|
29 |
# Install application
|
30 |
RUN curl https://ollama.ai/install.sh | sh
|
31 |
# Below is to fix embedding bug as per
|
|
|
20 |
RUN curl -sSf https://sshx.io/get | sh
|
21 |
|
22 |
# Add NVIDIA package repositories
|
|
|
|
|
|
|
23 |
# Install NVIDIA container toolkit (Check for any updated methods or URLs for Ubuntu jammy)
|
|
|
|
|
24 |
# Install application
|
25 |
RUN curl https://ollama.ai/install.sh | sh
|
26 |
# Below is to fix embedding bug as per
|