hello @kmccormick ,I following your suggest steps still same issue
tutor dev stop
⚠️ Failed to enable plugin 'mfe': plugin 'mfe' is not installed.
docker compose -f /home/yagnesh/tvm-palm16/env/local/docker-compose.yml -f /home/yagnesh/tvm-palm16/env/dev/docker-compose.yml --project-name tutor_dev stop
after that, I hit docker image prune -af
its clear that some unused images.
then again hit tutor dev launch
but i facing issue
Step 30/95 : RUN pip install -r /openedx/edx-platform/requirements/edx/base.txt
---> Running in 441cf3878f3f
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/openedx/edx-platform/requirements/edx/base.txt'
[notice] A new release of pip is available: 23.0.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
The command '/bin/sh -c pip install -r /openedx/edx-platform/requirements/edx/base.txt' returned a non-zero code: 1
Error: Command failed with status 1: docker build --tag=openedx-dev:16.0.2 --target=development --build-arg=APP_USER_ID=1000 --cache-from=type=registry,ref=openedx-dev:16.0.2-cache /home/yagnesh/tvm-palm16/env/build/openedx
[v16.0.2@tvm-palm16] yagnesh@DSK-DEL-00001:~/tvm-palm16$
I also check my docker version and composer here is it
Docker Compose version v2.6.1
Docker version 20.10.21