Ole Roel

Results 6 comments of Ole Roel

This Dockerfile is working for me ```Dockerfile FROM hmemcpy/hie:8.6.5 # This Dockerfile adds a non-root user with sudo access. Use the "remoteUser" # property in devcontainer.json to use it. On...

@hmemcpy True, `ghc` and `ghci` are not in the $PATH and cannot be resolved. With... ```Dockerfile FROM haskell:8 ... ``` is compiling possible again.

No umlauts permitted in WHERE clause sounds like a serous issue to me. I also would like to see this working again.

@terranceliu Can you please be more specific in what you did? I tried ```shell ldconfig -n -v /pytorch/build/lib.linux-x86_64-2.7/torch/lib ``` but still get an empty result when I run ```shell ldconfig...

@Mengjintao Never mind, I am now using the stable LibTorch package from the PyTorch website instead of trying to build the lib myself. My plan was to use this repository...

> Caffe2's Python API works fine, but the C++ API definitely not. > MACE's benchmark did not include Caffe2 into their benchmark, I guess they may failed to do so....