pachet commited on
Commit
678c870
·
1 Parent(s): b2b3782

Update Dockerfile and requirements

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12-slim
2
 
3
  # Install pip + Gradio dependencies
4
  RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.12
2
 
3
  # Install pip + Gradio dependencies
4
  RUN apt-get update && apt-get install -y \
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ verovio