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
d7e0eb57
Commit
d7e0eb57
authored
May 06, 2022
by
Andreas Tsagkaropoulos
Browse files
Update morphemic-forecasting-exponentialsmoothing/Dockerfile
parent
bfa0c615
Changes
1
Hide whitespace changes
Inline
Side-by-side
morphemic-forecasting-exponentialsmoothing/Dockerfile
View file @
d7e0eb57
...
...
@@ -12,7 +12,7 @@ RUN ls -la
RUN
python3 setup.py sdist
RUN
ls
./dist/
FROM
ubuntu:
latest
FROM
ubuntu:
focal
RUN
mkdir
-p
/home/r_predictions
RUN
apt-get update
...
...
@@ -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 -u /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties 2>&1 > $LOG_FILE "]
\ No newline at end of file
CMD
["/bin/sh","-c","python3 -u /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties 2>&1 > $LOG_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