-
docker compose file missing in the examples.
do you have an example for us?
regards Martin
-
The current [docker file](https://github.com/stacs-cp/AutoIG/blob/dev/Dockerfile) should be updated:
1) Use all binaries that are accompanied in the conjure's docker image. This means that we'll no…
-
**Feature**
Add feature issue reference
**Describe the task**
In the Docker compose files the environmental files are reusing, need to optimize docker files accordingly.
-
add docker file to the frontend you can make a docker container in one command
-
Hello,
Maybe providing a `docker-compose.yml` could simplify installation.
I tried this way (under Windows)
```yml
services:
openhands:
stdin_open: true
tty: true
…
-
add docker file to run app,
the last command could be to run `neso_solar_consumer/app.py` once #6 is done.
Good to add CI, to make sure this can be built
-
Restoring MongoDB docker-compose and configuration.
-
Opening this as cannot re-open an older closed related issue.
Getting the following error in Docker when using generated environment variables in a .env.[bsky-handle] file.
All relevant file permi…
-
I am attempting to build the Docker image and am having an issue with the build process.
Run the build command as shown: **docker build -t langchain_ai .**
The error is related to gpt4all:
=…
-
The following can be used as inspiration.
```
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM public.ecr.aws/docker/library/node:20.9.0-slim as builder
ARG AWS_…