Skip to content

Commit

Permalink
Upgrade rapids version for container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Ilango committed Aug 20, 2021
1 parent 89fd524 commit c4a24ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=rapidsai/rapidsai:cuda11.0-runtime-ubuntu18.04-py3.7
ARG BASE_IMAGE=rapidsai/rapidsai:21.06-cuda11.0-runtime-ubuntu18.04-py3.7

FROM ${BASE_IMAGE}
RUN apt update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -e

BASE_DIR=$(dirname $0)
IMAGE_NAME=claraparabricks/single-cell-examples_rapids_cuda11.0
BASE_IMAGE=rapidsai/rapidsai:0.17-cuda11.0-runtime-ubuntu18.04-py3.7
BASE_IMAGE=rapidsai/rapidsai:21.06-cuda11.0-runtime-ubuntu18.04-py3.7
GIT_BRANCH='master'
CONTAINER_TAG='v0.0.4'
HELP=false
Expand Down
2 changes: 1 addition & 1 deletion launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from distutils.version import StrictVersion
from subprocess import run, Popen


DOCKER_IMAGE = 'claraparabricks/single-cell-examples_rapids_cuda11.0:v0.0.3'
DOCKER_IMAGE = 'claraparabricks/single-cell-examples_rapids_cuda11.0:v0.0.4'

# Key: String: Example name
# Value: String: Comma seperated HTTP URL to dataset files.
Expand Down

0 comments on commit c4a24ce

Please sign in to comment.