Skip to content

Commit

Permalink
feat: minimize image size (#5)
Browse files Browse the repository at this point in the history
* feat: minimize image size
  • Loading branch information
lsorber authored Sep 4, 2023
1 parent f9a50ae commit 0bcbfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
tags: radixai/python-gpu:${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}

- name: Test Docker image
run: docker run --rm radixai/python-gpu:${{ matrix.python-version }}-cuda${{ matrix.cuda-version }} nvcc --version
run: docker run --rm radixai/python-gpu:${{ matrix.python-version }}-cuda${{ matrix.cuda-version }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN CONDA_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64")
ENV PATH=/opt/conda/bin:$PATH

# Install CUDA.
RUN conda install --channel nvidia --yes cuda="$CUDA_VERSION"
RUN conda install --channel nvidia --yes cuda-runtime="$CUDA_VERSION"

0 comments on commit 0bcbfd9

Please sign in to comment.