-
## User story
1. As a developer building application independent of OS
2. So that every team member can start up the frontend
## Acceptance criteria
* Able to deploy frontend through docker file…
-
The existing dockerized version was made in a hurry. A fresh dockerfile from scratch should be prepared. The existing docker can be found here: https://hub.docker.com/r/5herl0ck/cybersentinel
-
Setup and configuration of the TDT on an internal server.
-
Currently the benchmark function of QuiVer is a script that runs locally on a machine. This introduces some pitfalls for portability.
To mitigate this the whole application should run inside a Dock…
-
This is the thread for discussing the proper dockerization of AIVA. The current master is stable and can begin to be dockerized.
However, when the CGKB branch is merged we'd need to add new depende…
kengz updated
7 years ago
-
This needs to happen now rather than later, so this is a priority-1 task. I'll take this one myself, since I've done this kind of stuff before.
Rationale behind Dockerization:
1. It will make it…
-
Add various things to allow new comers to execute the application with a single command and hopefully when its time to deploy it'll be possible to deploy an actual machine with docker containers in pr…
-
Running `docker-compose up --build` results in the following:
```
nan@vega ~/p/bookIT (master)> sudo docker-compose up --build
Building web
Step 1/21 : FROM ruby:2.3.3
---> 0e1db669d557
Step …
-
The GPU needs for reasonable runtimes and storage needs for datasets greatly exceed what I have available.
TODO's:
1. Dockerization
2. Deploy to ECS
3. Run on an aws ami. https://docs.aws.amazon…
-
Hi,
This is not an issue but I'm not sure where else should I put this request. Any of you have dockerized the API?