Leri777 commited on
Commit
ef0169f
·
verified ·
1 Parent(s): 05ac89e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Base image
2
- FROM python:3.10.13-slim
3
 
4
  # Set the working directory
5
  WORKDIR /home/user/app
 
1
+ # Use a base image with PyTorch and CUDA support
2
+ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
3
 
4
  # Set the working directory
5
  WORKDIR /home/user/app