report
This commit is contained in:
@@ -52,4 +52,5 @@ docker_build_redhat:
|
||||
# pip3 install --no-cache-dir pyinstaller && \
|
||||
# pyinstaller --onefile --noconfirm flask_app.py "
|
||||
history_viewer:
|
||||
docker run --platform linux/amd64 --rm -v "$(pwd)":/app -w /app registry.access.redhat.com/ubi8/python-39 sh -c "pip3 install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple || true && pip3 install --no-cache-dir pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple && pyinstaller --onefile --noconfirm history_viewer.py -n history_viewer_nologin"
|
||||
docker run --platform linux/amd64 --rm -v "$(pwd)":/app -w /app registry.access.redhat.com/ubi8/python-39 sh -c "pip3 install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple || true && pip3 install --no-cache-dir pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple && pyinstaller --onefile --noconfirm history_viewer.py -n history_viewer_nologin"
|
||||
# docker run --platform linux/amd64 --rm -v "$(pwd)":/app -w /app registry.access.redhat.com/ubi8/python-39 sh -c "pip3 install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple || true && pip3 install --no-cache-dir pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple && pyinstaller --onefile --noconfirm api_server.py -n api_server"
|
||||
Reference in New Issue
Block a user