Hezu06 commited on
Commit
9585181
·
1 Parent(s): 0b2f738

refactor Dockerfile by removing FluidSynth installation and updating model and data file references

Browse files
Files changed (4) hide show
  1. Dockerfile +0 -5
  2. mapping_dict.pkl +2 -2
  3. model.pth +2 -2
  4. 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:6895aee3bfafbd2d89312c645022a7c375b2ec297c5f43ba31c4c1bbb4cd2bad
3
- size 71889
 
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:7e53d315fd9e923aaeeafe9dd9adcd0c04ce6da5c96c4db3fe17f50a4f76456c
3
- size 8351869
 
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:2c5b7d3994b2ac2c14ab881b1137d376987cfa4329658614f0cd82225891986c
3
- size 137308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f9e2e7b99af00921d25b17c47ab3498c9162f63ed86a8ac07df7cdf7fa0d9f0
3
+ size 1049233