Yash Chauhan commited on
Commit
a06959c
·
1 Parent(s): 3af511d

[Updated] python image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- # Use an official Python image with CUDA support if using GPU
2
- FROM nvidia/cuda:12.1.1-devel-ubuntu22.04
3
 
4
  # Set working directory
5
  WORKDIR /app
 
1
+ FROM python:3.8-slim
 
2
 
3
  # Set working directory
4
  WORKDIR /app