Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
•
0168791
1
Parent(s):
2184431
Change to pydantic==2.0.3
Browse files- Dockerfile +2 -0
- requirements.txt +2 -1
Dockerfile
CHANGED
@@ -2,6 +2,8 @@ FROM ubuntu:20.04
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
|
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
# Preconfigure tzdata
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
ENV SYSTEM=spaces
|
6 |
+
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
|
9 |
# Preconfigure tzdata
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ note-seq==0.0.5
|
|
4 |
matplotlib
|
5 |
transformers
|
6 |
pyfluidsynth==1.3.0
|
7 |
-
torch
|
|
|
|
4 |
matplotlib
|
5 |
transformers
|
6 |
pyfluidsynth==1.3.0
|
7 |
+
torch
|
8 |
+
pydantic==2.0.3
|