nikigoli commited on
Commit
617df2a
·
verified ·
1 Parent(s): ba3717d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # Use the specified Python runtime as a parent image
2
  FROM docker.io/library/python:3.10.13@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
 
3
 
4
  # Set the working directory in the container
5
  WORKDIR /usr/src/app
 
1
  # Use the specified Python runtime as a parent image
2
  FROM docker.io/library/python:3.10.13@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
3
+ nvidia/cuda:12.1.0-devel-ubi8
4
 
5
  # Set the working directory in the container
6
  WORKDIR /usr/src/app