通过数据库操作支持一些目前暂不支持在界面操作的 SCOW 功能。 以下操作需在 mis 的 db 容器中完成。
docker exec -it <container-id> bash
mysql -p
<enter password>| from streamlit.web.server.websocket_headers import _get_websocket_headers | |
| from streamlit.components.v1 import html | |
| import streamlit as st | |
| from http.cookies import SimpleCookie | |
| from uuid import uuid4 | |
| from time import sleep | |
| def get_cookie(): |
CONDA_OVERRIDE_CUDA=11.8 nohup conda create -y -p ./3.0.0b0-cuda118 pytorch=2.1.2=cuda118* python=3.11.* cudatoolkit=11.8 zlib cudnn cusparselt -c conda-forge --override-channels &
cd ./3.0.0b0-cuda118
source activate ./
pip install tensorflow==2.14.1
ln -s <path to source> source| #!/bin/bash | |
| trap 'echo ffmpegexit && pkill -P $$' EXIT SIGINT SIGTERM SIGHUP | |
| # Define the timeout duration in seconds for file change | |
| TIMEOUT_IN_S=10 | |
| TOTAL_TIMEOUT_IN_S=7200 | |
| # Get the last argument as the output file | |
| OUTPUT_FILE="${@: -1}" |
sudo apt install cockpit cockpit-machinesqemu-img convert -f vmdk -O qcow2 xp-wire-disk1.vmdk xp-wire-disk1.qcow2unknown, don't start vm after import.e1000(PCI, legacy)You can add proxy configurations for the Docker client using a JSON configuration file, located in ~/.docker/config.json. Builds and containers use the configuration specified in this file.
{
"proxies": {
"default": {
"httpProxy": "http://proxy.example.com:3128",
"httpsProxy": "https://proxy.example.com:3129",