Skip to content

Commit

Permalink
Fix problem with docker build for Jetson6 after last change
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 25, 2024
1 parent d96a932 commit 57487d8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.4.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ ENV WORKFLOWS_MAX_CONCURRENT_STEPS=2
ENV API_LOGGING_ENABLED=True
ENV CORE_MODEL_TROCR_ENABLED=false
ENV RUNS_ON_JETSON=True
ENV ENABLE_STREAM_API=True
ENV ENABLE_WORKFLOWS_PROFILING=True
ENV ENABLE_PROMETHEUS=True
ENV ENABLE_STREAM_API=True
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.4.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ ENV WORKFLOWS_MAX_CONCURRENT_STEPS=2
ENV API_LOGGING_ENABLED=True
ENV CORE_MODEL_TROCR_ENABLED=false
ENV RUNS_ON_JETSON=True
ENV ENABLE_STREAM_API=True
ENV ENABLE_WORKFLOWS_PROFILING=True
ENV ENABLE_PROMETHEUS=True
ENV ENABLE_STREAM_API=True
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.5.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ ENV WORKFLOWS_MAX_CONCURRENT_STEPS=2
ENV API_LOGGING_ENABLED=True
ENV CORE_MODEL_TROCR_ENABLED=false
ENV RUNS_ON_JETSON=True
ENV ENABLE_STREAM_API=True
ENV ENABLE_WORKFLOWS_PROFILING=True
ENV ENABLE_PROMETHEUS=True
ENV ENABLE_STREAM_API=True
Expand Down
5 changes: 2 additions & 3 deletions docker/dockerfiles/Dockerfile.onnx.jetson.6.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ ENV VERSION_CHECK_MODE=continuous \
API_LOGGING_ENABLED=True \
CORE_MODEL_TROCR_ENABLED=false \
RUNS_ON_JETSON=True \
ENABLE_STREAM_API=True \
ENABLE_WORKFLOWS_PROFILING=True \
ENABLE_PROMETHEUS=True \
ENV ENABLE_STREAM_API=True \
ENV STREAM_API_PRELOADED_PROCESSES=2
ENABLE_STREAM_API=True \
STREAM_API_PRELOADED_PROCESSES=2

# Expose the application port
EXPOSE 9001
Expand Down

0 comments on commit 57487d8

Please sign in to comment.