Darek

Results 110 comments of Darek

@lakshikaparihar 1. In the Readme, `--no-conda` option has been deprecated in favor of `--env-manager=local` 2. In the Readme, curl example contain spaces in Json which makes the Json invalid and...

> @Bidek56 As we already have the conda.yaml i didn't add the requirement.txt , let me know if its still required. `conda.yaml` is missing pandas

@parente @mariusvniekerk Do you know who owns this repo and can merge PRs? Thx

I think you need to use the 3.0 syntax as described in the [docs](https://github.com/typicode/lowdb/tree/main/examples)

Have you checked this [post](https://github.com/jupyterlab/jupyterlab/issues/10443)? Have you checked SO for a solution? Why do you think Docker will provide a solution to this issue?

I would suggest posting this question in [Discourse](https://discourse.jupyter.org/c/jupyterlab/17) forum.

It works fine for me, are you sure your Docker desktop is configured correctly to access the local volume? Just FYI, these questions belong to SO not GH. :)

You may want to try adding: `-e NB_UID=` and `-e NB_GID=` Have you looked at [this](https://github.com/jupyter/docker-stacks/blob/main/docs/using/common.md#user-related-configurations) documentation? Since you are on AWS already, you may want to use [SageMaker](https://aws.amazon.com/sagemaker/) instead...

@fymaterials98 Did you resolve the issue? If so please close this ticket. Thx

I have created a [PR](https://github.com/almond-sh/almond/pull/994) for it.