Skip to content

Commit

Permalink
Fixing minor things under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Aug 2, 2023
1 parent b48054a commit 9fa39b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
gunicorn==21.2.0
psycopg[binary]==3.1.9
fastapi==0.100.1
uvicorn[standard]==0.23.2
pandas==2.0.3
PyYAML==6.0.1
anybadge==1.14.0
scipy==1.11.1
uvicorn==0.23.2
orjson==3.9.2
pyserial==3.5
psutil==5.9.5
psutil==5.9.5
scipy==1.11.1
schema==0.7.5
2 changes: 1 addition & 1 deletion install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ sed -i -e "s|__METRICS_URL__|$metrics_url|" frontend/js/helpers/config.js
print_message "Checking out further git submodules ..."
git submodule update --init

sudo apt-get update

print_message "Installing needed binaries for building ..."
if lsb_release -is | grep -q "Fedora"; then
sudo dnf -y install lm_sensors lm_sensors-devel glib2 glib2-devel tinyproxy
else
sudo apt-get update
sudo apt-get install -y lm-sensors libsensors-dev libglib2.0-0 libglib2.0-dev tinyproxy
fi

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pandas==2.0.3
psycopg[binary]==3.1.9
pyserial==3.5
psutil==5.9.5
schema==0.7.5

0 comments on commit 9fa39b3

Please sign in to comment.