Skip to content

Commit

Permalink
Merge pull request #81 from SINTEF-9012/learning-factory
Browse files Browse the repository at this point in the history
Deployment fixes
  • Loading branch information
tiptr committed Sep 30, 2022
2 parents 8d88a32 + fd05e05 commit e3d56e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions container-requirements-initializer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ apt-get update

apt-get install -y curl wget

# Inter-process communication
apt-get install memcached


# git required for the pke keyphrase extraction library (git pip link)
apt-get install -y git
Expand All @@ -30,6 +29,9 @@ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.4.0-amd64.de
apt install ./influxdb2-client-2.4.0-amd64.deb
rm influxdb2-client-2.4.0-amd64.deb

# Inter-process communication
apt-get install -y memcached

apt-get clean

# Requirements for the pke keyphrase extraction library
Expand Down

0 comments on commit e3d56e7

Please sign in to comment.