Skip to content

Commit

Permalink
fix: Changed runtime image to devel. Also added zip package.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia authored Feb 1, 2024
1 parent 569ee68 commit dba71b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupyterhub/base-cuda12.2-cudnn8-py3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3-labs

FROM nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04

ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tini \
wget \
dnsutils \
unzip \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
Expand Down Expand Up @@ -95,4 +96,4 @@ RUN <<EOF
echo "alias cat='batcat'" >> ~/.bashrc
EOF

WORKDIR "${HOME}"
WORKDIR "${HOME}"

0 comments on commit dba71b3

Please sign in to comment.