abngal

Results 1 issues of abngal

I am using jupyter using docker-compose: _docker-compose.yml_ ``` version: '3' services: jupyter: image: jupyter/tensorflow-notebook:15a66513da30 # 2020-03-17 ports: - 10000:8888 volumes: - ./jupyter:/home/jovyan/work environment: - JUPYTER_ENABLE_LAB=yes ``` I tried to install...

status:Needs User Testing