There was an error while loading. Please reload this page.
1 parent 5ccc4e6 commit 110b75dCopy full SHA for 110b75d
1 file changed
Dockerfile.jetson
@@ -239,9 +239,9 @@ RUN pip install --no-cache-dir \
239
&& python -c "import nanovllm; print('nano-vllm OK')"
240
241
# ==================== Runtime directories ====================
242
+# Symlink examples into the path where api_routes.py's _get_project_root()
243
+# resolves (acestep/ui/) until the upstream bug is fixed.
244
RUN mkdir -p /app/checkpoints /app/gradio_outputs \
- # Symlink examples into the path where api_routes.py's _get_project_root()
- # resolves (acestep/ui/) until the upstream bug is fixed.
245
&& ln -sf /app/examples /app/acestep/ui/examples
246
247
# ==================== Jetson environment defaults ====================
0 commit comments