{"id":29227333,"url":"https://github.com/hereariim/deep-oc-flower","last_synced_at":"2026-02-15T18:32:58.471Z","repository":{"id":44924326,"uuid":"512399748","full_name":"hereariim/DEEP-OC-flower","owner":"hereariim","description":"here you go too","archived":false,"fork":false,"pushed_at":"2022-07-22T11:34:28.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T07:22:02.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hereariim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-10T09:57:03.000Z","updated_at":"2022-07-20T18:32:04.000Z","dependencies_parsed_at":"2022-09-16T12:41:34.998Z","dependency_job_id":null,"html_url":"https://github.com/hereariim/DEEP-OC-flower","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hereariim/DEEP-OC-flower","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2FDEEP-OC-flower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2FDEEP-OC-flower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2FDEEP-OC-flower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2FDEEP-OC-flower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hereariim","download_url":"https://codeload.github.com/hereariim/DEEP-OC-flower/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2FDEEP-OC-flower/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T09:10:26.360Z","updated_at":"2026-02-15T18:32:58.453Z","avatar_url":"https://github.com/hereariim.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://marketplace.deep-hybrid-datacloud.eu/images/logo-deep.png\" alt=\"logo\" width=\"300\"/\u003e\n\u003c/div\u003e\n\n# DEEP-OC-flower\n\n[![Build Status](https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/DEEP-OC-flower/master)](https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/DEEP-OC-flower/job/master)\n\nThis is a container that will run [flower](https://github.com/hereariim/flower) application leveraging the DEEP as a Service API component ([DEEPaaS API V2](https://github.com/indigo-dc/DEEPaaS)).\n\n    \n## Running the container\n\n### Directly from Docker Hub\n\nTo run the Docker container directly from Docker Hub and start using the API\nsimply run the following command:\n\n```bash\n$ docker run -ti -p 5000:5000 -p 6006:6006 herearii/deep-oc-flower\n```\n\nThis command will pull the Docker container from the Docker Hub\n[herearii](https://hub.docker.com/u/herearii/) repository and start the default command (deepaas-run --listen-ip=0.0.0.0).\n\n**N.B.** For either CPU-based or GPU-based images you can also use [udocker](https://github.com/indigo-dc/udocker).\n\n\n### Running via docker-compose\n\ndocker-compose.yml allows you to run the application with various configurations via docker-compose, for example:\n\n```bash\n$ docker-compose up flower\n```\n\n**N.B!** docker-compose.yml is of version '2.3', one needs docker 17.06.0+ and docker-compose ver.1.16.0+, see https://docs.docker.com/compose/install/\n\nIf you want to use Nvidia GPU, you need nvidia-docker and docker-compose ver1.19.0+ , see [nvidia/FAQ](https://github.com/NVIDIA/nvidia-docker/wiki/Frequently-Asked-Questions#do-you-support-docker-compose)\n\n\n### Building the container\n\nIf you want to build the container directly in your machine (because you want\nto modify the `Dockerfile` for instance) follow the following instructions:\n\nBuilding the container:\n\n1. Get the `DEEP-OC-flower` repository (this repo):\n\n    ```bash\n    $ git clone https://github.com/hereariim/DEEP-OC-flower\n    ```\n\n2. Build the container:\n\n    ```bash\n    $ cd DEEP-OC-flower\n    $ docker build -t herearii/deep-oc-flower .\n    ```\n\n3. Run the container (if you enable JupyterLab during the build, `--build-arg jlab=true`, \nyou should also add port 8888, i.e. `-p 8888:8888`):\n\n    ```bash\n    $ docker run -ti -p 5000:5000 -p 6006:6006 herearii/deep-oc-flower\n    ```\n\nThese three steps will download the repository from GitHub and will build the\nDocker container locally on your machine. You can inspect and modify the\n`Dockerfile` in order to check what is going on. For instance, you can pass the\n`--debug=True` flag to the `deepaas-run` command, in order to enable the debug\nmode.\n\n\n## Connect to the API\n\nOnce the container is up and running, browse to `http://localhost:5000` to get\nthe [OpenAPI (Swagger)](https://www.openapis.org/) documentation page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhereariim%2Fdeep-oc-flower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhereariim%2Fdeep-oc-flower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhereariim%2Fdeep-oc-flower/lists"}