SanskarModi commited on
Commit
2f803ce
·
1 Parent(s): 8b79790
Files changed (3) hide show
  1. .dockerignore +1 -0
  2. .space.yaml +3 -0
  3. 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