I am trying to create a GitHub Action that initializes the ChromaDB server which serves in port 8000 and exposes that to the rest of the workflow. Cu ...
I am trying to create a GitHub Action that initializes the ChromaDB server which serves in port 8000 and exposes that to the rest of the workflow. Cu ...
I wrote a python script now I want to dockerize the script so I make a 'Dockerfile' and then I wrote docker build -t price_updater_service.py . but in ...
I'm using GitHub Actions to build a Docker container for a Python Lambda function. This same project worked fine when last built a year ago, but it is ...
In Ubuntu-22, google-cloud has been installed through snap store; Docker has been installed via snap too; And I have authenticated my account to ...
I am using docker-compose to set up a webserver, this needs to get some passwords that i want to store securely in azure keyvault. The webserver is al ...
i am trying to run a script in one of my jobs of my gitlab-ci.yml file as shown here but i am getting this error Error: accepts at most 1 arg(s), rec ...
Context : Rails 6 app hosted in Docker, using docker-compose When the Rails container starts, I get : Mysql2::Error::ConnectionError: Access denied ...
I have a simple docker-compose definition where I want to run a simple cmd/bash command: note: It's a simplified test. Instead of calling echo, I a ...
I want to create a Docker container with a Python app (Spliceai) that requires many libraries. This app works on my computer so I have created an yml ...
Trying to run conda in dockerfile. Ran into "The command '/bin/sh -c conda env create -f environment.yaml' returned a non-zero code: 137 " on step 4"R ...
I want to deploy a timeseries model using docker, and all models work fine. But when I entered the endpoint of the timeseries model it gave me below m ...
I have created a local installation of TYPO3 using Docker and DDEV but can't get past the Install Tool. After I enter the details for my administrativ ...
I was able to get OpenAssistant running locally without chat just fine, however I'm encountering main issues when trying to run locally with chat. I w ...
I am trying to mount docker into a docker container, it used to work with WSL on Windows, but now that I am on Linux (Ubuntu 22) I am having this erro ...
This is my dockerfile code: My backend is running inside a Docker container and is built with Nest Js. I want to save the PDF file after converting ...
Trying to run QuakeJS within the docker container. I'm new to docker (and networking). Couldn't connect. Decided to start easier and ran nginxdemos/he ...
I am trying to build this app https://github.com/dwgebler/node-express-example. I want to use it as a template for making a Mongodb http express serve ...
Having an issue with one of our Gitlab Servers running in Docker. Ran a build today that broke because of no space left on device. Come to find out th ...
I am trying to build this app https://github.com/dwgebler/node-express-example. I want to use it as a template for making a Mongodb http express serve ...
I'm trying to use DefaultAzureCredentials to authenticate my Azure function against Azure Service Bus. In my azure function azure-func-service-bus, I ...