Spaces:
Sleeping
Sleeping
refactor Dockerfile by removing FluidSynth installation and updating model and data file references
Browse files- Dockerfile +0 -5
- mapping_dict.pkl +2 -2
- model.pth +2 -2
- notes_corpus.pkl +2 -2
Dockerfile
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
# 1. Chọn hệ điều hành gốc là Linux với Python 3.10
|
| 2 |
FROM python:3.10-slim
|
| 3 |
|
| 4 |
-
# 2. Cài đặt "nhạc công" FluidSynth sâu vào hệ điều hành
|
| 5 |
-
RUN apt-get update && apt-get install -y \
|
| 6 |
-
fluidsynth \
|
| 7 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
-
|
| 9 |
# 3. Tạo không gian làm việc
|
| 10 |
WORKDIR /app
|
| 11 |
|
|
|
|
| 1 |
# 1. Chọn hệ điều hành gốc là Linux với Python 3.10
|
| 2 |
FROM python:3.10-slim
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# 3. Tạo không gian làm việc
|
| 5 |
WORKDIR /app
|
| 6 |
|
mapping_dict.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d01c52c250fdc63fd0325cdb0c77c76cebdcf3e1875096a53d19d1099c92a92b
|
| 3 |
+
size 1124
|
model.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b463ee460d186fe630171965942c455975addb77ca426605298489c8e971e7a
|
| 3 |
+
size 23402429
|
notes_corpus.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9e2e7b99af00921d25b17c47ab3498c9162f63ed86a8ac07df7cdf7fa0d9f0
|
| 3 |
+
size 1049233
|