Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
8fc0b2e9
Commit
8fc0b2e9
authored
Mar 17, 2022
by
Andreas Tsagkaropoulos
Browse files
Redirect all process output to a specific logfile (assuming bash shell)
parent
88b62831
Changes
1
Hide whitespace changes
Inline
Side-by-side
morphemic-forecasting-exponentialsmoothing/Dockerfile
View file @
8fc0b2e9
...
...
@@ -66,4 +66,4 @@ COPY ./src/r_predictors/forecasting_real_workload.R /home/r_predictions/
WORKDIR
/home/r_predictions/esm_forecaster-0.1.0
CMD
["/bin/sh","-c","python3 /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties > $LOG_FILE"]
\ No newline at end of file
CMD
["/bin/sh","-c","python3 /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties > $LOG_FILE 2>&1"]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment