Spaces:
Sleeping
Sleeping
Commit
·
2f803ce
1
Parent(s):
8b79790
updated
Browse files- .dockerignore +1 -0
- .space.yaml +3 -0
- requirements.txt +0 -2
.dockerignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# allow everything
|
.space.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build:
|
| 2 |
+
commands:
|
| 3 |
+
- pip install --no-cache-dir .
|
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
-e .
|
| 2 |
-
|
| 3 |
# CORE GPU LIBRARIES (PyTorch - GPU ONLY)
|
| 4 |
# IMPORTANT: Install manually using:
|
| 5 |
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
|
|
|
|
|
|
| 1 |
# CORE GPU LIBRARIES (PyTorch - GPU ONLY)
|
| 2 |
# IMPORTANT: Install manually using:
|
| 3 |
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|