Skip to content

Commit 110b75d

Browse files
committed
fix(jetson): move inline comment out of RUN continuation
Shell comments between a backslash continuation and && break parsing. Move the explanatory comment above the RUN command.
1 parent 5ccc4e6 commit 110b75d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.jetson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ RUN pip install --no-cache-dir \
239239
&& python -c "import nanovllm; print('nano-vllm OK')"
240240

241241
# ==================== 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.
242244
RUN mkdir -p /app/checkpoints /app/gradio_outputs \
243-
# Symlink examples into the path where api_routes.py's _get_project_root()
244-
# resolves (acestep/ui/) until the upstream bug is fixed.
245245
&& ln -sf /app/examples /app/acestep/ui/examples
246246

247247
# ==================== Jetson environment defaults ====================

0 commit comments

Comments
 (0)