Skip to content

Commit

Permalink
Dockerfile, setup.cfg, multiprocessing, etc.
Browse files Browse the repository at this point in the history
* Added setup.cfg
* Fix of sentiment_analysis app
* Fix of ParsodaMultiprocessingDriver
* Update to integration tests
* Update to continuous delivery (create a tag from current date)
* Update to requirements and Dockerfile
  • Loading branch information
sv-giampa committed Sep 26, 2023
1 parent 73c2873 commit 076d7a6
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 @@ -50,7 +50,7 @@ RUN python3 -m pip install "pycompss==3.1" -v
RUN echo ". /etc/profile.d/compss.sh" >> /root/.bashrc

# install apps requirements
COPY ./requirements-apps.txt /requirements-apps.txt
COPY ./requirements.txt /requirements.txt
RUN python3 -m pip install -r "/requirements.txt"

# install test requirements
Expand Down

0 comments on commit 076d7a6

Please # to comment.