Mike Letsky

Results 23 comments of Mike Letsky

@taureandyernv this seems to resolve the problem on Docker. For some reason, it doesn't work in my Conda environment. But at least I can work with the docker. Thank you....

Providing more details. It seems that this is an issue related to Cuda toolkit 11. The code works fine in the stable docker with cuda tool kit version 10.1.243, but...

i can also confirm it works without the main function modification on the 10.1.243 cudatoolkit docker

This is also a bug now on this docker. docker pull rapidsai/rapidsai-dev:21.08-cuda11.0-devel-ubuntu18.04-py3.7 docker run --gpus all --rm -it -p 8888:8888 -p 8787:8787 -p 8786:8786 \ rapidsai/rapidsai-dev:21.08-cuda11.0-devel-ubuntu18.04-py3.7

@dantegd ![image](https://user-images.githubusercontent.com/4317367/135910095-3276a81f-d87e-4abf-a26a-ec456ae3b126.png) It doesn't run, seems to be complaining about newlines

@dantegd good catch thank you. Here is the output: > (rapids-21.08) robomike@robomike-Z10PE-D16-Series:~/Downloads$ sudo sh print_env.sh Click here to see environment details **git*** print_env.sh: 10: [: unexpected operator Not inside a...

Hi @dantegd got just the thing for you. [workout_exp.csv](https://github.com/rapidsai/cuml/files/7280803/workout_exp.csv) And here is the code for python: `import os import cudf from blazingsql import BlazingContext from cudf import Series from cudf...

@dantegd I find it strange that docker exists early when using the -v command. ![image](https://user-images.githubusercontent.com/4317367/135923044-32ee9ec4-edcb-4e9d-874e-f1ca10372b44.png)

@Nanthini10 when you run the docker the prompt goes to # , but this docker with the -v command exits early. Without the -v command it runs fine. This is...