blanchon commited on
Commit
eaa8b2b
·
1 Parent(s): 6e558c0
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
3
 
4
  # Parameterize port with default value
5
  ARG PORT=8001
6
- ARG TRANSPORT_SERVER_URL=http://localhost:8000
7
 
8
  # Set environment variables for Python and UV
9
  ENV PYTHONUNBUFFERED=1 \
 
3
 
4
  # Parameterize port with default value
5
  ARG PORT=8001
6
+ ARG TRANSPORT_SERVER_URL=https://blanchon-robothub-transportserver.hf.space
7
 
8
  # Set environment variables for Python and UV
9
  ENV PYTHONUNBUFFERED=1 \
pyproject.toml CHANGED
@@ -15,7 +15,7 @@ dependencies = [
15
  "huggingface-hub>=0.32.4",
16
  "imageio[ffmpeg]>=2.37.0",
17
  "lerobot[pi0,smolvla]",
18
- "robothub-transport-server-client",
19
  "opencv-python>=4.11.0.86",
20
  "opencv-python-headless>=4.11.0.86",
21
  "psutil>=7.0.0",
 
15
  "huggingface-hub>=0.32.4",
16
  "imageio[ffmpeg]>=2.37.0",
17
  "lerobot[pi0,smolvla]",
18
+ "robothub_transport_server_client",
19
  "opencv-python>=4.11.0.86",
20
  "opencv-python-headless>=4.11.0.86",
21
  "psutil>=7.0.0",
src/inference_server/__pycache__/main.cpython-312.pyc CHANGED
Binary files a/src/inference_server/__pycache__/main.cpython-312.pyc and b/src/inference_server/__pycache__/main.cpython-312.pyc differ
 
src/inference_server/__pycache__/session_manager.cpython-312.pyc CHANGED
Binary files a/src/inference_server/__pycache__/session_manager.cpython-312.pyc and b/src/inference_server/__pycache__/session_manager.cpython-312.pyc differ
 
src/inference_server/__pycache__/simple_integrated.cpython-312.pyc CHANGED
Binary files a/src/inference_server/__pycache__/simple_integrated.cpython-312.pyc and b/src/inference_server/__pycache__/simple_integrated.cpython-312.pyc differ