Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ballantyne committed Jun 14, 2024
1 parent 594443e commit 2e35bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/COPY_ROOT_0/opt/ai-dock/bin/build/layer0/cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build_cpu_main() {
build_common_run_tests
}

build_cpu_install_deps() {
build_cpu_install_torch() {
"$PYTHON_VENV_PIP" install --no-cache-dir \
torch==${PYTORCH_VERSION} \
torchvision \
Expand Down

0 comments on commit 2e35bb1

Please sign in to comment.