github-actions[bot] commited on
Commit
2fe449a
·
1 Parent(s): 0cccac2

Deploy hyper3labs/HyperView-ABO-Catalog from Hyper3Labs/hyperview-spaces@66af24d

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ ARG HYPER_MODELS_VERSION=0.2.0
26
 
27
  # Install CPU-only PyTorch first so the Space does not pull the default CUDA bundle.
28
  RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
29
- RUN pip install --force-reinstall --no-cache-dir "${HYPERVIEW_PACKAGE}" && python - <<'PY'
30
  import inspect
31
  import hyperview as hv
32
 
 
26
 
27
  # Install CPU-only PyTorch first so the Space does not pull the default CUDA bundle.
28
  RUN pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
29
+ RUN pip install "${HYPERVIEW_PACKAGE}" && python - <<'PY'
30
  import inspect
31
  import hyperview as hv
32