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
58e2a97f
Commit
58e2a97f
authored
Jul 08, 2021
by
Anna Warno
Browse files
relative requirements.txt docker paths corrected
parent
8c3508c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
deployment/nbeats/Dockerfile
View file @
58e2a97f
...
...
@@ -3,7 +3,7 @@ FROM python:3.8-slim-buster
# Install Python dependencies.
WORKDIR
/wd
# COPY deployment/nbeats/requirements.txt .
COPY
requirements.txt .
COPY
deployment/nbeats/
requirements.txt .
RUN
pip3
install
--no-cache-dir
-r
requirements.txt
&&
mkdir
models
ADD
https://gitlab.ow2.org/melodic/morphemic-preprocessor/-/archive/morphemic-rc1.5/morphemic-preprocessor-morphemic-rc1.5.tar.gz /var/lib/morphemic/
...
...
deployment/tft/Dockerfile
View file @
58e2a97f
...
...
@@ -3,7 +3,7 @@ FROM python:3.8-slim-buster
# Install Python dependencies.
WORKDIR
/wd
# COPY deployment/nbeats/requirements.txt .
COPY
requirements.txt .
COPY
deployment/tft/
requirements.txt .
RUN
pip3
install
--no-cache-dir
-r
requirements.txt
&&
mkdir
models
ADD
https://gitlab.ow2.org/melodic/morphemic-preprocessor/-/archive/morphemic-rc1.5/morphemic-preprocessor-morphemic-rc1.5.tar.gz /var/lib/morphemic/
...
...
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