Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 16, 2024
1 parent 03cb553 commit e629ba7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ services:
# ARCH: amd64
# CUDA: <depends on your nvidia driver, should match system CUDA>
# UBUNTU: 22.04, 24.04
# PYTHON: 3.9, 3.10, 3.11, ...
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cuda-${CUDA}-python-3
build:
context: .
Expand Down Expand Up @@ -987,7 +986,6 @@ services:
# Parameters:
# ARCH: amd64, arm64v8, ...
# UBUNTU: 22.04, 24.04
# PYTHON: 3.9, 3.10, ...
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
build:
context: .
Expand Down Expand Up @@ -1068,7 +1066,6 @@ services:
# ARCH: amd64, arm64v8, ...
# PYARROW_VERSION: The test target pyarrow version such as "3.0.0"
# UBUNTU: 22.04, 24.04
# PYTHON: 3.9, 3.10, 3.11, ...
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
build:
context: .
Expand Down

0 comments on commit e629ba7

Please sign in to comment.