Spaces:
Sleeping
Sleeping
Commit
·
c22b33c
1
Parent(s):
35a33f4
fix: correct requirements main
Browse files- Dockerfile +0 -2
- copy_files_for_deployment.sh +1 -1
- requirements.txt → requirements_main.txt +0 -0
Dockerfile
CHANGED
@@ -21,8 +21,6 @@ COPY main_fast.py .
|
|
21 |
COPY models_semantic_search.py .
|
22 |
COPY settings.py .
|
23 |
|
24 |
-
COPY data/metadata.db app/data/metadata.db
|
25 |
-
|
26 |
# Expose port 7860
|
27 |
EXPOSE 7860
|
28 |
|
|
|
21 |
COPY models_semantic_search.py .
|
22 |
COPY settings.py .
|
23 |
|
|
|
|
|
24 |
# Expose port 7860
|
25 |
EXPOSE 7860
|
26 |
|
copy_files_for_deployment.sh
CHANGED
@@ -2,6 +2,6 @@ cp ../utils_semantic_search.py utils_semantic_search.py
|
|
2 |
cp ../main_fast.py main_fast.py
|
3 |
cp ../models_semantic_search.py models_semantic_search.py
|
4 |
cp ../settings.py settings.py
|
5 |
-
cp ../requirements_main.txt
|
6 |
cp ../Dockerfile.fastapi Dockerfile
|
7 |
cp ../.env .env
|
|
|
2 |
cp ../main_fast.py main_fast.py
|
3 |
cp ../models_semantic_search.py models_semantic_search.py
|
4 |
cp ../settings.py settings.py
|
5 |
+
cp ../requirements_main.txt requirements_main.txt
|
6 |
cp ../Dockerfile.fastapi Dockerfile
|
7 |
cp ../.env .env
|
requirements.txt → requirements_main.txt
RENAMED
File without changes
|