Open NiclRich opened 2 months ago
The docs are unfortunately a bit out of date, can you try some of the methods described here
Your proposed solution works for the command line tool, but I how do I install the plugin such that it can be seen in the GUI of NOMAD OASIS?
Hi everyone,
I try to install a plugin for Nomad OASIS, which is installed on my local machine. I use instructions described under Option 2 from here
I had to adjust the Dockerfile in order to let Docker to find the source code for the build and then I received the following error message:
My dockerfile:
I run Nomad OASIS using the docker image downloaded from the Website on my Linux machine (POP! OS). Therefore I just can't build the package directly (that works) and install it via pip, since it uses another Python environment. So how do I install a Plugin originated from this template?