Spaces:

npc0 commited on
Commit
c5cde03
1 Parent(s): 39be5d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:22.04
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y software-properties-common
 
1
+ FROM python:3.11-slim
2
 
3
  RUN apt-get update
4
  RUN apt-get install -y software-properties-common