Code Monkey home page Code Monkey logo

docker-dev's Introduction

README

Overview

This project is aimed at creating a local, Dockerized environment for ML and DevOps projects. In order to maintain a robust security posture, I intend to integrate +1 of the following: Renovate, DependaBot, Trivy, and Copa

Running the Environment

docker-compose run --build

Endpoints

  • Ollama: curl -X POST http://localhost:11434/api/generate -d '{ "model": "phi3:medium", "prompt": "What is the capital of Zimbabwe?" }'
    • Running a new model: docker exec -it ollama ollama run llama3
  • Neo4j: http://localhost:7474 (default http endpoint)

References

General Dev References

  • .gitignore from GitHub: https://github.com/github/gitignore/tree/main
  • Create an automatically updating CHANGELOG
  • CloudFlared registry key on Windows host: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application\Cloudflared]
  • To get the dependencies for a particular Python module: pip show <module_name>
  • Creating new certificates for TLS: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./Nginx/certificates/dev.elatedmaniac.io.key -out ./Nginx/certificates/dev.elatedmaniac.io.crt -subj "/C=GR/ST=Attica/L=Athens/O=Olympus/OU=Gods/CN=dev.elatedmaniac.io"
  • Using Mermaid in Drawio: https://www.drawio.com/blog/mermaid-diagrams

Security

Networking

ML/ AI Datasets and Things I Found Helpful

Docker Images

docker-dev's People

Contributors

elatedmaniac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.