progress
This commit is contained in:
parent
b87224da5b
commit
08b6f8b6db
8
.gitignore
vendored
8
.gitignore
vendored
@ -2,14 +2,8 @@
|
||||
**/.cache
|
||||
**/workspaces
|
||||
**/user-settings
|
||||
#fastbook
|
||||
# *.jpg*
|
||||
# *.JPG
|
||||
# *.png
|
||||
# *.gif
|
||||
# *.jpeg*
|
||||
# *.img
|
||||
.Trash*
|
||||
*pkl
|
||||
data
|
||||
*webp
|
||||
jupyter_gpu.code-workspace
|
||||
|
||||
@ -4,7 +4,9 @@
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"id": "6b269e64-be58-43b5-ad60-0fbd1d37861a",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
@ -30,7 +32,9 @@
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"id": "97906ea2-b284-4966-9c11-b8629f053815",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import plotly"
|
||||
@ -40,7 +44,9 @@
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"id": "7313a620-a0eb-4207-a12a-90aeee3cd980",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
@ -62,13 +68,15 @@
|
||||
"cell_type": "code",
|
||||
"execution_count": 4,
|
||||
"id": "95d9a2e6-3464-4dbe-9a97-0c2d5eb34193",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"environ{'PATH': '/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n",
|
||||
" 'HOSTNAME': '1fc69c311e22',\n",
|
||||
" 'HOSTNAME': '6da2c53b1b4e',\n",
|
||||
" 'JUPYTER_ENABLE_LAB': 'yes',\n",
|
||||
" 'NVIDIA_VISIBLE_DEVICES': 'all',\n",
|
||||
" 'NVIDIA_DRIVER_CAPABILITIES': 'compute,utility',\n",
|
||||
@ -76,7 +84,7 @@
|
||||
" 'PYTORCH_VERSION': '2.2.1',\n",
|
||||
" 'HOME': '/root',\n",
|
||||
" 'LC_CTYPE': 'C.UTF-8',\n",
|
||||
" 'JPY_SESSION_NAME': '/workspace/oleg/Testing GPU.ipynb',\n",
|
||||
" 'JPY_SESSION_NAME': '/workspace/Testing GPU.ipynb',\n",
|
||||
" 'JPY_PARENT_PID': '1',\n",
|
||||
" 'PYDEVD_USE_FRAME_EVAL': 'NO',\n",
|
||||
" 'TERM': 'xterm-color',\n",
|
||||
@ -103,14 +111,16 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": 5,
|
||||
"id": "eb38de31-fc19-4515-b08d-9cd7607ea958",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"application/vnd.jupyter.widget-view+json": {
|
||||
"model_id": "75642bda0eed47598e340b8c1766949a",
|
||||
"model_id": "97026f0bacf64f09977d0dd5cff9ed20",
|
||||
"version_major": 2,
|
||||
"version_minor": 0
|
||||
},
|
||||
@ -142,24 +152,28 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"execution_count": 6,
|
||||
"id": "f46e46a7-9b57-44aa-9bc9-dcbcf643bc88",
|
||||
"metadata": {},
|
||||
"metadata": {
|
||||
"tags": []
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"jupyter-events==0.10.0\n",
|
||||
"jupyter-lsp==2.2.5\n",
|
||||
"jupyter_client==8.6.2\n",
|
||||
"jupyter-ydoc==0.2.5\n",
|
||||
"jupyter_client==7.4.9\n",
|
||||
"jupyter_core==5.7.2\n",
|
||||
"jupyter_server==2.14.1\n",
|
||||
"jupyter_server_fileid==0.9.2\n",
|
||||
"jupyter_server_terminals==0.5.3\n",
|
||||
"jupyterlab==4.2.1\n",
|
||||
"jupyter_server_ydoc==0.8.0\n",
|
||||
"jupyterlab==3.6.7\n",
|
||||
"jupyterlab-widgets==1.1.7\n",
|
||||
"jupyterlab_pygments==0.3.0\n",
|
||||
"jupyterlab_server==2.27.2\n",
|
||||
"jupyterlab_widgets==3.0.11\n"
|
||||
"jupyterlab_server==2.27.2\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -9,6 +9,8 @@ RUN pip install jupyterlab ipywidgets
|
||||
RUN pip install pandas numpy
|
||||
RUN pip install plotly
|
||||
#
|
||||
RUN pip install autogluon
|
||||
#
|
||||
|
||||
# Install additional applications
|
||||
RUN apt update
|
||||
|
||||
@ -8,7 +8,7 @@ version: '3.8'
|
||||
services:
|
||||
jupyter:
|
||||
build: ${ROOT_DIR}
|
||||
image: cvtt/jupyter_gpu_pt:v1.1.1
|
||||
image: cvtt/jupyter_gpu_pt:v1.1.2
|
||||
container_name: jupyter_gpu_pt
|
||||
runtime: nvidia
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user