Skip to content

Commit bb076d4

Browse files
authored
Merge pull request #118 from graphistry/dev/update-graphistry-cuda-version
2 parents 344e3d0 + ceeddce commit bb076d4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/dockerhubpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest-4-cores
1919
strategy:
2020
matrix:
21-
CUDA_SHORT_VERSION: ['11.5']
21+
CUDA_SHORT_VERSION: ['11.8']
2222
fail-fast: true
2323

2424

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
DOCKER_BUILDKIT: 1
3232
strategy:
3333
matrix:
34-
CUDA_SHORT_VERSION: ['11.5']
34+
CUDA_SHORT_VERSION: ['11.8']
3535
steps:
3636

3737
- name: checkout
@@ -94,7 +94,7 @@ jobs:
9494
DOCKER_BUILDKIT: 1
9595
strategy:
9696
matrix:
97-
CUDA_SHORT_VERSION: ['11.5']
97+
CUDA_SHORT_VERSION: ['11.8']
9898
steps:
9999

100100
- name: checkout

src/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Default to big image, but allow thin cpu override
22
ARG DOCKER_TAG=latest
3-
ARG GRAPHISTRY_FORGE_BASE_VERSION=v2.40.67-11.5
4-
ARG PYTHON_VERSION=3.8
3+
ARG GRAPHISTRY_FORGE_BASE_VERSION=v2.41.0-11.8
4+
ARG PYTHON_VERSION=3.10
55
ARG BASE_IMAGE=graphistry/graphistry-forge-base:${GRAPHISTRY_FORGE_BASE_VERSION}
66
FROM python:$PYTHON_VERSION as cpu_base
77

88
ARG DOCKER_TAG=latest
9-
ARG GRAPHISTRY_FORGE_BASE_VERSION=v2.40.67-11.5
9+
ARG GRAPHISTRY_FORGE_BASE_VERSION=v2.41.0-11.8
1010
ARG BASE_IMAGE=graphistry/graphistry-forge-base:${GRAPHISTRY_FORGE_BASE_VERSION}
1111
FROM $BASE_IMAGE
1212

src/docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ x-build-kwargs:
5656
args:
5757
- DOCKER_TAG=${DOCKER_TAG:-latest}
5858
- BUILDKIT_INLINE_CACHE=1
59-
- GRAPHISTRY_FORGE_BASE_VERSION=${GRAPHISTRY_FORGE_BASE_VERSION:-v2.40.67-11.5}
59+
- GRAPHISTRY_FORGE_BASE_VERSION=${GRAPHISTRY_FORGE_BASE_VERSION:-v2.41.0-11.8}
6060

6161
############################################################
6262
##
@@ -70,14 +70,14 @@ services:
7070
environment:
7171
PYTHONPATH: "/opt/py_env"
7272
PIP_TARGET: "/opt/py_env"
73-
image: graphistry/graph-app-kit-st:${DOCKER_TAG:-latest}-${CUDA_SHORT_VERSION:-11.5}
73+
image: graphistry/graph-app-kit-st:${DOCKER_TAG:-latest}-${CUDA_SHORT_VERSION:-11.8}
7474
command: --server.baseUrlPath="$BASE_PATH" /apps/entrypoint.py
7575
build:
7676
<<: *build_kwargs
7777
context: ..
7878
dockerfile: ./docker/Dockerfile
7979
cache_from:
80-
- graphistry/graph-app-kit-st:${DOCKER_TAG:-latest}-${CUDA_SHORT_VERSION:-11.5}
80+
- graphistry/graph-app-kit-st:${DOCKER_TAG:-latest}-${CUDA_SHORT_VERSION:-11.8}
8181
ports:
8282
- "${ST_PUBLIC_PORT:-8501}:8501"
8383
volumes:

src/docker/override/docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
args:
5555
- DOCKER_TAG=${DOCKER_TAG:-latest}
5656
- BUILDKIT_INLINE_CACHE=1
57-
- GRAPHISTRY_FORGE_BASE_VERSION=${GRAPHISTRY_FORGE_BASE_VERSION:-v2.40.67-11.5}
57+
- GRAPHISTRY_FORGE_BASE_VERSION=${GRAPHISTRY_FORGE_BASE_VERSION:-v2.41.0-11.8}
5858
context: ..
5959
dockerfile: ./docker/Dockerfile
6060
cache_from:

0 commit comments

Comments
 (0)