nikigoli commited on
Commit
9be2c90
1 Parent(s): 617df2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,6 +1,5 @@
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
 
1
  # Use the specified Python runtime as a parent image
2
+ FROM docker.io/nvidia/cuda:12.1.0-cudnn8-devel-ubi8@sha256:f045009cab64c9fda6113b4473ac1c57dfcca65e18ce981bce63f3cddf7b807a
 
3
 
4
  # Set the working directory in the container
5
  WORKDIR /usr/src/app