Kai Arulkumaran
Kai Arulkumaran
Unfortunately I don't have any automated tests, but the general way I do it is to start up a container and then run a basic relevant task, such as run...
I just ran this and it worked fine. If you've been adjusting the password, can you please try again with the original `password.txt` (to make sure there are no extra...
@sgshawnblanchard Would you mind sending in a PR with the fix please (or just letting me know what the exact changes are)?
This doesn't sound like an issue with one of the images in this repo, but your own? Obviously something is breaking by using a remote desktop. It's worth trying a...
> Same problem. Any solution? There are Dockerfiles in this repo to build `kaixhin/cuda-caffe:8.0` and `kaixhin/vnc`, but nothing that combines the two, so I don't know what the problem you...
The error message indicates that you haven't matched up the downsampled versions of the input with the upsampled versions. If you are using a different network as the backbone for...
Is the MongoDB daemon running and is `MONGODB_URI` set correctly? For example, can you use the URI to connect to it via another application like [Robo 3T](https://robomongo.org/)? For a different...
By default it is of the form `mongodb://localhost:27017/dbname`, as seen in [`example.env`](https://github.com/Kaixhin/FGLab/blob/master/example.env#L1).
I don't think the database path needs to be in the same directory, but just to make sure that under your setup this isn't the issue, would you be able...
This should be addressed (I just tested by using `localhost` for FGLab and `127.0.0.1` for a FGMachine, and both OPTIONS and PUT went through). The Docker builds were quite old...