We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5d28e commit 17db239Copy full SHA for 17db239
airtbench/container/Dockerfile
@@ -1,12 +1,20 @@
1
-FROM jupyter/scipy-notebook
+FROM jupyter/scipy-notebook@sha256:fca4bcc9cbd49d9a15e0e4df6c666adf17776c950da9fa94a4f0a045d5c4ad33
2
3
RUN pip install \
4
- torch \
5
- torchvision \
6
- torchaudio \
7
- catboost \
8
- GPy \
9
- lightgbm \
10
- xgboost \
11
- kornia \
12
- lief
+ adversarial-robustness-toolbox==1.19.1 \
+ catboost==1.2.8 \
+ eagerpy==0.30.0 \
+ foolbox==3.3.4 \
+ GPy==1.13.2 \
+ kornia==0.8.1 \
+ lief==0.16.5 \
+ lightgbm==4.6.0 \
+ numpy==1.24.3 \
13
+ plotly==6.0.1 \
14
+ requests==2.31.0 \
15
+ torch==2.7.0 \
16
+ torchaudio==2.7.0 \
17
+ torchvision==0.22.0 \
18
+ xgboost==3.0.0
19
+
20
+RUN pip install kornia_rs==0.1.9
0 commit comments