Builds on new base

This commit is contained in:
Ryan Voots 2024-04-23 09:20:42 -04:00
parent b9e52a36c2
commit 3bde982583

View file

@ -1,7 +1,7 @@
FROM nvidia/cuda:12.4.1-devel-ubuntu22.04 FROM nvidia/cuda:12.4.1-devel-ubuntu22.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
git-lfs python3 build-essential \ git-lfs python3 build-essential python3-pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app