Top Leads
Swiss Army Llama: Do tons of useful stuff with local LLMs with a REST API (written in Python)[IT, other]
Posted 1 year ago
GitHub Repo: https://github.com/Dicklesworthstone/swiss_army_llama
This project originally started out with a focus on easily generating embeddings from Llama2 and other llama_cpp (gguf) models and storing them in a database, all exposed via a convenient REST api. But since then, I've added a lot more functionality:
New endpoint for generating text completions (including specifying custom ...
Is there a service or API that allows you to trigger https requests from many different locations to your API?[IT, other]
Posted 1 year ago
This post is hidden. You deleted this post 1 min ago.
What I am essentially trying to do is to trigger traffic from many different locations. The goal is to test somewhat the latency, throughput, infrastructure setup (like load balancers and replications).
I would like to avoid having to create a docker service deployed on the edge (using things like fly....
best way spinning up new environments for devleopers?[IT, other]
Posted 1 year ago
Currently on a project for a new app. There is a production environment already but the devs have asked me to prepare a staging environment for them that should be as close to production. There could also be other environments that will be requested further along such as UAT, testing,etc. What would be the best way of spinning up ...
Docker registry service outage[IT, other]
Posted 1 year ago
Hey guys. We are seeing a service outage from docker.io registry. Can't pull any images down from their service and getting 503 errors or authentication errors on public repos. We are in US eastern region.
Anyone else seeing similar issues?
Urls:
View full post: https://www.reddit.com/r/sysadmin/comments/16upw19/docker_registry_service_outage/
MariaDB: Weird bug when using Docker host volumes instead of named volumes...[IT, other]
Posted 1 year ago
For my local network, I'm trying to deploy Speedtest-tracker. It uses MariaDB 10 as their background DB.
I first deployed it using named Docker volumes, which worked seamlessly.However, I tried to standarize it so I migrated them to a host volume path in my machine, resulting in:
volumes:
- //d/Docker/speedtest/db:/var/lib/mysql:rw
#- speedtest-db:/var/...
How long should I stay on ticket support?[IT, other]
Posted 1 year ago
I joined a consultancy firm where I got trained for 10 weeks as a dev ops engineer. This included technologies such docker and k8, terraform, Jenkins, ansible etc and for cloud we covered Azure and AWS. Before I joined I was told that this was a dedicated training cohort for one specific client and I would undertake a devops engineer role.
...
Seeking Guidance on Setting Up a CI/CD Pipeline with Docker and MySQL for PHP Web Development[IT, other]
Posted 1 year ago
Hey everyone, I'm new to this field and would really appreciate some help! I'm working on deploying a PHP-based website with a MySQL database on a cloud server using Docker and GitLab CI/CD pipelines. I have a specific question regarding database synchronization between local and production environments. How can I ensure that changes made to the local database, like ...
[For Hire] Web Scraping, Automation Tools, Reddit/Telegram bots, Python Scripts, Dynamic Websites[IT, other]
Posted 1 year ago
Hello everyone!
I'm a computer engineer offering you my programming services to develop affordable solutions to your problems.
These includes:
Websites/API scraping
Automating boring or long tasks
Reddit, Telegram or Discord bots for your needs
ChatGPT enhanced software
JSON, XML, SQL, NoSQL, CSV, XLSX, HTML or any other file conversion/parsing
SMS and Email notifications
Batch file processing, downloading ...
JFrog Artifactory Docker Challenge[IT, other]
Posted 1 year ago
Urls:
thumbnail: https://jfrog.com/docker-challenge/?utm_source=drift&utm_medium=website&utm_campaign=take-the-docker-challenge&utm_term=skill&utm_content=global-06-2021
Anyone running ADO build agents using KEDA + AKS?[IT, other]
Posted 1 year ago
I'm looking to see how well the KEDA and AKS build agents operate in the wild. One problem that I can't seem to get a clear picture around is 'Docker in Docker.' It seems like this issue is outside of Microsoft's control and is a containerD limitation (from my light reading).
can't run docker in docker
docker images either ...