File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11# Default to big image, but allow thin cpu override
22ARG 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
55ARG BASE_IMAGE=graphistry/graphistry-forge-base:${GRAPHISTRY_FORGE_BASE_VERSION}
66FROM python:$PYTHON_VERSION as cpu_base
77
88ARG 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
1010ARG BASE_IMAGE=graphistry/graphistry-forge-base:${GRAPHISTRY_FORGE_BASE_VERSION}
1111FROM $BASE_IMAGE
1212
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments