01-31-2023 03:00 PM
Hi,
I have downloaded the linux version, unzip and run successfully the login commands. But when I try to run docker-compose (inside the right folder) I get an error message saying:
Can't find a suitable configuration file in this directory or any parent. Are you in the right directory?
Inside the server folder, there are just three files:
- bst-bme-aistudio-server
- LICENSE
- README.md
What's going on?
Am I missing a file or should I run a different command?
Solved! Go to Solution.
01-31-2023 04:07 PM
Hi estani,
You could check whether you follow the setup step of the README.md file.
02-02-2023 09:27 AM
Yes, I am.
I have authenticated to GHCR but when I try to run 'docker-compose' it says:
'Define and run multi-container applications with Docker.'
If I run docker-compose up it gets:
'Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml'
02-17-2023 04:02 AM
Hi estani,
Which BME AI-Studio server package you used? The latest package was named bme_ai_studio_server_linux_package_08122022.zip on official website.
08-31-2023 07:31 PM - edited 08-31-2023 08:59 PM
The Readme.md file in the bme_ai_studio_server_linux_package_08122022.zip file seems very incomplete. I need more information.
Here is what I'm getting:
export CR_PAT=MYGithubClassicTokenWithReadandWrite
echo $CR_PAT | docker login ghcr.io -u MyGitHubID --password-stdin
Login Succeeded
root@dockerserv:~# cd bst-bme-aistudio-server-linux-v1.1.2/
root@dockerserv:~/bst-bme-aistudio-server-linux-v1.1.2# PGUSER=aistudio
root@dockerserv:~/bst-bme-aistudio-server-linux-v1.1.2# PGPASSWORD=sEcr3t
root@dockerserv:~/bst-bme-aistudio-server-linux-v1.1.2# PGDATAPATH=./pgdata
root@dockerserv:~/bst-bme-aistudio-server-linux-v1.1.2# docker-compose up -d
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml
---------------------------
Here is a docker-compose.yaml; it doesn't work. What changes would make it work?