Sabbirr12 commited on
Commit
eac1619
·
verified ·
1 Parent(s): f606051

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
- FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
2
 
3
- RUN apt update && apt install -y python3 python3-pip ffmpeg git
4
  WORKDIR /app
5
 
6
  COPY requirements.txt .
 
1
+ FROM python:3.10-slim
2
 
3
+ RUN apt update && apt install -y ffmpeg git
4
  WORKDIR /app
5
 
6
  COPY requirements.txt .