BigFlagBurito

Results 17 comments of BigFlagBurito

I would also be interested to know what it looks like with helm and a default setup. Are there any updates?

It took me several hours today to find out why the timeout was always 30 seconds, even though I had set it to 60 seconds. No wonder, when the number...

I have the same problem. could the problem be solved? I am trying to reach minio via a subpath (in kubernetes), but I get an error in the console in...

`--allow-different-user` did not work for me, but I found another way. I had to specify a `STACK_ROOT`. This is what the Dockerfile currently looks like. ```dockerfile ARG BASE_IMAGE=quay.io/jupyter/minimal-notebook:hub-4.1.5 FROM ${BASE_IMAGE}...

I have changed it to `https://github.com/IHaskell/IHaskell`, but nothing has changed. I guessed 9.6.4 because this is in the log. ``` #9 [ 6/12] RUN git clone https://github.com/IHaskell/IHaskell /haskell/IHaskell #9 0.317...

@jamesdbrock Thanks, but I can't use the Dockerfile. When I run it on JupyterHub, the server does not start because there is an error message regarding Jupyter. However, I have...

I have further customised the Dockerfile and transferred all base images directly. The error message `IHaskell.Eval.Widgets.relayWidgetMessages` has disappeared. Unfortunately, this message remains when I try to execute an interactive module....

I was able to reproduce it and then directly uninstalled jupyterlab-latex. I hope that the main problem will be found and fixed quickly.

I have tried a little and the error occurs even without _jupyterlab-collaboration_. 1. create a .tex in the home directory 2. create a .tex in a folder in the home...

Hi, I have a different problem, but the same loop seems to be the cause of the problem. Briefly summarised my configuration: - I am using the Ingress NGINX controller...