ash-171 commited on
Commit
0289713
·
verified ·
1 Parent(s): 700b214

Update Dockerfile

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