susumuota / kaggleenv

GCP + Kaggle Docker + VSCode
14 stars 5 forks source link

Windows 11 WSL local machine docker iamge not running #2

Open lenyabloko opened 1 month ago

lenyabloko commented 1 month ago

Hi, I am trying to set up kaggleevnv on my WIndows 11 machine and following the opt 2. After docker compose log I dont see the jupyter page url. Here is my logs:

jupyter-1  | Setting default cloud sdk project to
jupyter-1  | ERROR: (gcloud.config.set) The project property is set to the empty string, which is invalid.
jupyter-1  | To set your project, run:
jupyter-1  |
jupyter-1  |   $ gcloud config set project PROJECT_ID
jupyter-1  |
jupyter-1  | or to unset it, run:
jupyter-1  |
jupyter-1  |   $ gcloud config unset project
jupyter-1  | /opt/google/c2d-utils: line 295: -2: substring expression < 0
jupyter-1  | Setting default cloud sdk compute/region to
jupyter-1  | ERROR: (gcloud.config.set) You do not currently have an active account selected.
jupyter-1  | Please run:
jupyter-1  |
jupyter-1  |   $ gcloud auth login
jupyter-1  |
jupyter-1  | to obtain new credentials.
jupyter-1  |
jupyter-1  | If you have already logged in with a different account, run:
jupyter-1  |
jupyter-1  |   $ gcloud config set account ACCOUNT
jupyter-1  |
jupyter-1  | to select an already authenticated account to use.
jupyter-1  | /opt/google/c2d-utils: line 295: -2: substring expression < 0
jupyter-1  | Setting default cloud sdk dataproc/region to
jupyter-1  | Updated property [dataproc/region].

Does it require gcloud accout to run with VS Code localy? Thank you