Tue Apr 18 09:47:00 UTC 2023 inscode

上级 df352508
run = "pip install -r requirements.txt;python3 main.py"
run = "pip install -r requirements.txt;jupyter lab --ip=0.0.0.0 --allow-root"
[env]
VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv"
......@@ -6,4 +6,8 @@ PATH = "${VIRTUAL_ENV}/bin:${PATH}"
PYTHONPATH = "$PYTHONHOME/lib/python3.10:${VIRTUAL_ENV}/lib/python3.10/site-packages"
REPLIT_POETRY_PYPI_REPOSITORY = "http://mirrors.csdn.net.cn/repository/csdn-pypi-mirrors/simple"
MPLBACKEND = "TkAgg"
POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry"
\ No newline at end of file
POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry"
[service]
mysql = "mysql -config ~/mysql/data"
redis = "redis-server -config ~/mysql/data"
\ No newline at end of file
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}
\ No newline at end of file
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "c08f1910-7d10-4c0a-9fce-554cd9718d02",
"metadata": {},
"outputs": [],
"source": [
"print(123)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4b3a2b0c-741f-4785-a6aa-9c3a46d46c0f",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": ""
}
},
"nbformat": 4,
"nbformat_minor": 5
}
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
torch==1.10.0
torchvision==0.11.1
jupyterlab==3.2.0
tornado==6.1.0
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册