VrundavGamit commited on
Commit
6e6079f
·
verified ·
1 Parent(s): 021c272

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
- FROM python:3.13.0b1-slim
 
 
2
 
3
  # Set the working directory inside the container
4
  WORKDIR /app
 
1
+ FROM python:3.9-slim
2
+ # FROM python:3.13-slim
3
+
4
 
5
  # Set the working directory inside the container
6
  WORKDIR /app