Spaces:
Sleeping
Sleeping
Update
Browse files- Dockerfile +1 -1
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=https://blanchon-robothub-transportserver.hf.space
|
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/api
|
7 |
|
8 |
# Set environment variables for Python and UV
|
9 |
ENV PYTHONUNBUFFERED=1 \
|