You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading pip dependencies takes 2-4 min, but downloading the new docker image takes +1min from the pytorch one
Not sure how downloading all dependencies to a new image takes in comparison to pulling docker image
Docker image scripts are copied from pytorch, I tried to remove stuff but there's definitely a lot left over
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
2
+
# Refer to ./jenkins/build.sh for tutorial build instructions
3
+
4
+
sphinx==5.0.0
5
+
sphinx-gallery==0.11.1
6
+
sphinx_design
7
+
nbsphinx
8
+
docutils==0.16
9
+
sphinx-copybutton
10
+
pypandoc==1.12
11
+
pandocfilters
12
+
markdown
13
+
tqdm==4.66.1
14
+
numpy==1.24.4
15
+
matplotlib
16
+
librosa
17
+
torch
18
+
torchvision
19
+
torchtext
20
+
torchdata
21
+
networkx
22
+
PyHamcrest
23
+
bs4
24
+
awscliv2==2.1.1
25
+
flask
26
+
spacy==3.4.1
27
+
ray[tune]==2.7.2
28
+
tensorboard
29
+
jinja2==3.1.3
30
+
pytorch-lightning
31
+
torchx
32
+
torchrl==0.3.0
33
+
tensordict==0.3.0
34
+
ax-platform
35
+
nbformat>==5.9.2
36
+
datasets
37
+
transformers
38
+
torchmultimodal-nightly# needs to be updated to stable as soon as it's avaialable
0 commit comments