Skip to content

Commit

Permalink
remove exec
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 14, 2024
1 parent 6089aee commit cf69c93
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vre-singleuser-dev/setup-vre.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/bash
set -e
python /usr/local/bin/configure-vre.py
# echo -e "c.ServerApp.max_body_size = 2100100100" >> /etc/jupyter/jupyter_server_config.py
# echo -e "c.ServerApp.max_buffer_size = 2100100100" >> /etc/jupyter/jupyter_server_config.py
exec "$@"
python /usr/local/bin/configure-vre.py

0 comments on commit cf69c93

Please sign in to comment.