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
792c83cb
Commit
792c83cb
authored
May 06, 2022
by
maciek riedl
Browse files
Merge branch 'antsag-morphemic-rc2.0-patch-66451' into 'morphemic-rc2.0'
Explicitly specify targeted Ubuntu version See merge request
!293
parents
bfa0c615
d7e0eb57
Pipeline
#20890
passed with stages
in 29 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
morphemic-forecasting-exponentialsmoothing/Dockerfile
View file @
792c83cb
...
...
@@ -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