Skip to content
Snippets Groups Projects
Commit 8cff2704 authored by Adam Fekete's avatar Adam Fekete
Browse files

add git lfs

parent 711e6acc
Branches
No related tags found
1 merge request!1avoid uninstalls
Pipeline #246095 passed
......@@ -4,6 +4,16 @@ FROM quay.io/jupyter/minimal-notebook:lab-4.2.5
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root
RUN apt-get update --yes \
&& apt-get install --yes --no-install-recommends \
git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER ${NB_UID}
# RUN mamba install --yes -c pytorch -c nvidia \
# pytorch==2.2.1 \
# torchvision==0.17.1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment