Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmobley authored Feb 29, 2024
1 parent fb1254c commit 313d3a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.3.0-devel-ubuntu22.04
FROM nvidia/cuda:12.3.0-runtime-ubuntu22.04

LABEL maintainer="TACC-ACI-WMA <[email protected]>"

Expand Down Expand Up @@ -32,8 +32,7 @@ RUN pip install --upgrade --no-cache-dir \
wheel

# Install jupyterlab and ML packages using host cache
RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
RUN pip install --no-cache-dir\
jupyterlab \
tensorflow[and-cuda] \
torch
Expand Down

0 comments on commit 313d3a1

Please sign in to comment.