Skip to content

Commit a9d1e1e

Browse files
authored
Merge pull request #35 from ubc-provenance/dev
Upgrade wandb to fit new API key format
2 parents e1746ce + 7ddc962 commit a9d1e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SHELL ["conda", "run", "-n", "pids", "/bin/bash", "-c"]
4949
RUN conda install -y psycopg2 tqdm && \
5050
pip install scikit-learn==1.2.0 networkx==2.8.7 xxhash==3.2.0 \
5151
graphviz==0.20.1 psutil scipy==1.10.1 matplotlib==3.8.4 \
52-
wandb==0.16.6 chardet==5.2.0 nltk==3.8.1 igraph==0.11.5 \
52+
wandb==0.24.1 chardet==5.2.0 nltk==3.8.1 igraph==0.11.5 \
5353
cairocffi==1.7.0 wget==3.2
5454

5555
RUN pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117

0 commit comments

Comments
 (0)