Skip to content

Commit

Permalink
Merge branch 'main' into gsp_process_time_out
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato authored Dec 13, 2024
2 parents cb1a945 + 66b1998 commit 52971ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/local/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN TORCH_MAJOR_MINOR=$(echo $TORCH_VERSION | cut -c1-3) && \
pip install \
dgl==${DGL_VERSION} -f https://data.dgl.ai/wheels/torch-${TORCH_MAJOR_MINOR}/repo.html \
ogb==${OGB_VERSION} \
torchdata==0.9.0 \
transformers==${TRANSFORMERS_VERSION} \
&& rm -rf /root/.cache

Expand All @@ -72,6 +73,7 @@ RUN TORCH_MAJOR_MINOR=$(echo $TORCH_VERSION | cut -c1-3) && \
-f https://data.dgl.ai/wheels/torch-${TORCH_MAJOR_MINOR}/cu${DGL_CUDA_VERSION}/repo.html \
ogb==${OGB_VERSION} \
torch==${TORCH_VERSION} \
torchdata==0.9.0 \
transformers==${TRANSFORMERS_VERSION} \
&& rm -rf /root/.cache

Expand Down
1 change: 1 addition & 0 deletions docker/parmetis/Dockerfile.parmetis
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN pip install \
pydantic==2.7.0 \
scikit-learn==1.4.2 \
scipy==1.13.0 \
torchdata==0.9.0 \
pyyaml \
&& rm -rf /root/.cache

Expand Down
2 changes: 2 additions & 0 deletions docker/sagemaker/Dockerfile.sm
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ RUN pip3 install \
numpy==1.26.4 \
ogb==1.3.6 \
pyarrow==16.1.0 \
pydantic==2.7.1 \
scikit-learn==1.5.0 \
scipy==1.13.1 \
torchdata==0.9.0 \
transformers==4.28.1 \
&& rm -rf /root/.cache

Expand Down

0 comments on commit 52971ab

Please sign in to comment.