Spaces:
Running
on
L4
Running
on
L4
python-3-9-duckdb-fix
#2
by
harshinde
- opened
- Dockerfile +1 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# 1. Set up a new user named "user" with user ID 1000
|
| 4 |
RUN useradd -m -u 1000 user
|
|
|
|
| 1 |
+
FROM python:3.9
|
| 2 |
|
| 3 |
# 1. Set up a new user named "user" with user ID 1000
|
| 4 |
RUN useradd -m -u 1000 user
|
requirements.txt
CHANGED
|
@@ -13,5 +13,6 @@ requests
|
|
| 13 |
aiohttp
|
| 14 |
pydantic<2.0
|
| 15 |
faiss-gpu
|
|
|
|
| 16 |
open_clip_torch==2.23.0
|
| 17 |
transformers==4.46.3
|
|
|
|
| 13 |
aiohttp
|
| 14 |
pydantic<2.0
|
| 15 |
faiss-gpu
|
| 16 |
+
duckdb==1.0.0
|
| 17 |
open_clip_torch==2.23.0
|
| 18 |
transformers==4.46.3
|