forked from sensorium-competition/experanto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapptainer.def
More file actions
40 lines (35 loc) · 945 Bytes
/
apptainer.def
File metadata and controls
40 lines (35 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Bootstrap: docker
From: nvcr.io/nvidia/pytorch:25.03-py3
%environment
export DEBIAN_FRONTEND=noninteractive
export JUPYTER_ENABLE_LAB=yes
%post
apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
curl \
wget \
git \
python3 \
python3-pip \
python3-dev \
python3-venv \
&& rm -rf /var/lib/apt/lists/*
python3 -m pip install --upgrade pip
pip install scipy>=1.13.1 \
jaxtyping>=0.2.30 \
plotly>=5.22.0 \
pandas \
rootutils>=1.0.7 \
optree>=0.13.0 \
hydra-core==1.3.2 \
omegaconf==2.3.0 \
opencv_python==4.11.0.86 \
PyYAML==6.0.2 \
jupyterlab \
tqdm
%labels
Author Goirik
Description "Apptainer container for JupyterLab with PyTorch"
%files
. /project