Skip to content

Commit

Permalink
adjust termination pid pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
H3mul committed Dec 6, 2023
1 parent baab5bc commit 1e66db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ENV DISABLE_MODEL_DOWNLOAD=false
ENV DISABLE_TRAINING_ASSET_DOWNLOAD=false
ENV SHUTDOWN_AFTER_PROVISION=false
ENV DISABLE_AUTOLAUNCH=false
ENV POD_TERMINATION_PID_PATTERN=train
ENV POD_TERMINATION_PID_PATTERN=train.py

# Copy the scripts
COPY --chmod=755 scripts/* ./
Expand Down

0 comments on commit 1e66db2

Please sign in to comment.