Skip to content

Commit ffdc87b

Browse files
fixes dependabot alert for certifi, updates base image
1 parent 7dbc331 commit ffdc87b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:11.4.1-base-ubuntu20.04
1+
FROM nvidia/cuda:11.4.3-base-ubuntu20.04
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends --no-install-suggests -y \

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
VERSION=v1.11.0
3+
VERSION=v1.12.1
44

55
docker build -t kernai/refinery-parent-images:$VERSION-torch-cuda -f Dockerfile .

0 commit comments

Comments
 (0)