Skip to content

Commit

Permalink
#21 Removing ip address.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 1, 2022
1 parent 6326085 commit a9a576f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash

echo
SetEnv PYTHONPATH /arelight

printf "\nSetEnv IP_ADDRESS $IP_ADDRESS" >> /etc/apache2/sites-enabled/demo.conf
export PYTHONPATH="/arelight"

$@
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
echo "Cleaning up previous containers"
docker rm -f arelight || true

docker run --gpus all -e IP_ADDRESS=localhost nicolay-r/arelight
docker run --gpus all -e nicolay-r/arelight

0 comments on commit a9a576f

Please sign in to comment.