marekb-sci commited on
Commit
aa76482
·
verified ·
1 Parent(s): 866c715

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9 as build
2
 
3
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
4
 
 
1
+ FROM python:3.10 as build
2
 
3
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
4