DarkBlaez

Results 16 comments of DarkBlaez

This issue still persist in the current 2017 build. The installer craps out consistently across various servers.

Assuming this means no further efforts are being made to bring this current and working? "Kubernetes on DC/OS was proof of concept and no longer works due to divergent designs"...

has this been resolved? npm installing the cli blows chuncks still DB-

Sorry I should have added all the log and some background. So everything thus far except the CLI installed. I am testing this on an RPI 4, 4G RAM 256G...

Seems we need to document the dependencies for the CLI, as looking at the warnings the dependencies may not be included with the npm install on the CLI. This then...

It's a permissions thing, the recommended way to install node is with nvm. However, changing perms on a root owned node_modules addresses this issue. -DB

try 'apk add libexecinfo-dev' to install the missing library and header file. Add it to the base image or the pytorch one. I rebuilt both to be sure to create...

In ./web add this to the docker file RUN apk add --no-cache make g++ python2 Remove if necessary the packages after the build. This will address the docker-compose build issue....

By the way, the cli executable throws the same error as the container under docker-compose daemon_1 | [WARN] | 04/02/2021 20:26:57 | OKCOIN International asset type margin is disabled, fetching...

There are some minor build docs in the git, but there needs to be a lot more information in the documentation for contributors and developers