Spaces:
Sleeping
Sleeping
seanpedrickcase
commited on
Commit
·
5beaded
1
Parent(s):
5cf0bc0
Updated Gradio version to avoid connection errored out issue
Browse files- Dockerfile +2 -2
- requirements.txt +2 -2
- requirements_aws.txt +1 -1
Dockerfile
CHANGED
@@ -10,9 +10,9 @@ WORKDIR /src
|
|
10 |
|
11 |
COPY requirements_aws.txt .
|
12 |
|
13 |
-
RUN pip install --no-cache-dir torch==2.4.
|
14 |
pip install --no-cache-dir -r requirements_aws.txt && \
|
15 |
-
pip install --no-cache-dir gradio==4.
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|
|
|
10 |
|
11 |
COPY requirements_aws.txt .
|
12 |
|
13 |
+
RUN pip install --no-cache-dir torch==2.4.1+cpu --index-url https://download.pytorch.org/whl/cpu && \
|
14 |
pip install --no-cache-dir -r requirements_aws.txt && \
|
15 |
+
pip install --no-cache-dir gradio==4.44.0
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch==2.4.
|
2 |
pandas==2.2.2
|
3 |
rapidfuzz==3.8.1
|
4 |
recordlinkage==0.16
|
@@ -6,7 +6,7 @@ pyap==0.3.1
|
|
6 |
pytest==7.4.3
|
7 |
pyarrow==14.0.1
|
8 |
openpyxl==3.1.2
|
9 |
-
gradio==4.
|
10 |
boto3==1.34.158
|
11 |
polars==0.20.19
|
12 |
numpy==1.26.4
|
|
|
1 |
+
torch==2.4.1
|
2 |
pandas==2.2.2
|
3 |
rapidfuzz==3.8.1
|
4 |
recordlinkage==0.16
|
|
|
6 |
pytest==7.4.3
|
7 |
pyarrow==14.0.1
|
8 |
openpyxl==3.1.2
|
9 |
+
gradio==4.44.0
|
10 |
boto3==1.34.158
|
11 |
polars==0.20.19
|
12 |
numpy==1.26.4
|
requirements_aws.txt
CHANGED
@@ -5,7 +5,7 @@ pyap==0.3.1
|
|
5 |
pytest==7.4.3
|
6 |
pyarrow==14.0.1
|
7 |
openpyxl==3.1.2
|
8 |
-
gradio==4.
|
9 |
boto3==1.34.158
|
10 |
polars==0.20.19
|
11 |
numpy==1.26.4
|
|
|
5 |
pytest==7.4.3
|
6 |
pyarrow==14.0.1
|
7 |
openpyxl==3.1.2
|
8 |
+
gradio==4.44.0
|
9 |
boto3==1.34.158
|
10 |
polars==0.20.19
|
11 |
numpy==1.26.4
|