One GUI using technology for web applications
- gcylc: large memory footprint in graph mode - possible leak?
- Close as superseded by One GUI using technology for web applications.
- (Matt) Close.
| #/bin/bash | |
| sudo rm -r opt | |
| sudo rm -r task | |
| mkdir task | |
| cp container-build.sh task/ | |
| docker run -v /home/ec2-user/opt:/opt -v /home/ec2-user/task:/var/task -it lambci/lambda:build-python3.7 /bin/bash container-build.sh | |
| pushd opt | |
| zip -r9 ../iris-layer.zip * | |
| popd |
One GUI using technology for web applications