Skip to content

Commit 0044ff5

Browse files
committed
Update VCPKG_UPDATE command in bashrc
1 parent 61999d5 commit 0044ff5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

data/.bashrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,6 @@ export VCPKG_HOME="/usr/local/vcpkg"
152152
export VCPKG_ROOT=$VCPKG_HOME
153153
alias LOAD_VCPKG="env_load PATH $VCPKG_HOME"
154154
alias UNLOAD_VCPKG="env_unload PATH $VCPKG_HOME"
155+
alias VCPKG_UPDATE="pushd $VCPKG_HOME && git pull && popd"
155156
# Load vcpkg by default
156-
LOAD_VCPKG
157+
LOAD_VCPKG

scripts/.image-configs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
IMAGE_VERSION=2.0.6
1+
IMAGE_VERSION=2.0.7
22
TORCH_VERSION=2.7.0
33
CUDA_VERSION=12.6.0
44
UBUNTU_VERSION=24.04
55
IMAGE_TAG=v${IMAGE_VERSION}-torch${TORCH_VERSION}-cuda${CUDA_VERSION}-ubuntu${UBUNTU_VERSION}
6-
IMAGE_NAME=jamesnulliu/deeplearning:${IMAGE_TAG}
6+
IMAGE_NAME=jamesnulliu/deeplearning:${IMAGE_TAG}

0 commit comments

Comments
 (0)