progress
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user