ZaidGhaffar commited on
Commit
d5d02fc
·
verified ·
1 Parent(s): b67430a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM python:3.11-slim
2
+
3
+ WORKDIR /app
4
+