Skip to content

Commit

Permalink
fix autoawq
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Sep 19, 2024
1 parent 073e7dc commit 6abc2ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/cuda-ort/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install PyTorch
ARG TORCH_CUDA=cu118
ARG TORCH_VERSION=stable
ARG IMAGE_FLAVOR
ENV IMAGE_FLAVOR=${IMAGE_FLAVOR}

RUN if [ "${TORCH_VERSION}" = "stable" ]; then \
pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/${TORCH_CUDA} ; \
Expand Down

0 comments on commit 6abc2ba

Please sign in to comment.