DataWiz-6939 commited on
Commit
b1c0e01
·
verified ·
1 Parent(s): 354e72f

Upload folder using huggingface_hub

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