Spaces:
Sleeping
Sleeping
Suchinthana
commited on
Commit
·
08ec3da
1
Parent(s):
6ac2a7c
removing sp
Browse files- Dockerfile +0 -15
- requirements.txt +0 -2
Dockerfile
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
# Use a base image with Python
|
2 |
-
FROM python:3.12
|
3 |
-
|
4 |
-
# Install system dependencies
|
5 |
-
RUN apt-get update && apt-get install -y \
|
6 |
-
libsentencepiece-dev
|
7 |
-
|
8 |
-
# Install Python dependencies
|
9 |
-
COPY requirements.txt .
|
10 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
11 |
-
|
12 |
-
# Run the application
|
13 |
-
COPY . /app
|
14 |
-
WORKDIR /app
|
15 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
pip==24.3.1
|
2 |
gradio
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
-
sentencepiece
|
6 |
gradio_huggingfacehub_search
|
7 |
markupsafe
|
|
|
|
|
1 |
gradio
|
2 |
huggingface_hub
|
3 |
transformers
|
|
|
4 |
gradio_huggingfacehub_search
|
5 |
markupsafe
|