Christof Kaufmann
Christof Kaufmann
For me `bind_address` works as expected. I can set it to the local IP address of an interface like 192.168.0.100 and in the server output I can also confirm that...
As far as I know this has been implemented in recent iperf3 versions. It can be controlled by the test duration. The server will be killed 5 seconds after the...
So this is also an issue for me. I try to connect to a remote machine via a jump host, like `my-local-machine` → `jump-host` → `remote`, and cannot see, how...
@goodboy This repository seems to be abandoned. Would you accept PRs in your fork? That kind of means you are the maintainer then. The work load seems to be manageable...
According to the [nvidia doc](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/docker-specialized.html#dockerfiles): When setting the environment variable `ENV NVIDIA_VISIBLE_DEVICES all` as [specified](https://github.com/jupyter/docker-stacks/blob/main/images/tensorflow-notebook/cuda/Dockerfile#L26) in the CUDA variants, you don't need to specify it on the command line. Haven't...
Thanks for the clarification!
@mathbunnyru Would you also be interested for the CPU-only image to use [tensorflow-cpu](https://pypi.org/project/tensorflow-cpu/#files) (207.2 MB) instead of [tensorflow](https://pypi.org/project/tensorflow/#files) (475.3 MB)? According to the [TensorFlow installation instructions](https://www.tensorflow.org/install/pip) tensorflow-cpu is an official...
This is also an issue in VS Code. See also the same issue described here: https://github.com/ipython/ipython/issues/5629
For an R installation in linux using a conda environment named `r` the `settings.json` file would include: ``` json "terminal.integrated.env.linux": { "R_HOME": "/PATH/TO/CONDA/envs/r/lib/R" } ``` Radian looks inside this directory...
I saw the conda package for 0.29.0 is not ready yet, because there is an issue with a test on linux-aarch/ppc, see [here](https://github.com/conda-forge/gymnasium-feedstock/pull/30#issuecomment-1636714378). I might look into it, but haven't...