Giter Site home page Giter Site logo

Comments (5)

prohde avatar prohde commented on July 18, 2024

Hi @val2021-svg,

Many thanks for your interest in InterpretME. Are you still experiencing problems? I am asking since you edited the description, leaving it empty now.

Looking forward to your response.

from interpretme.

val2021-svg avatar val2021-svg commented on July 18, 2024

Hello, thank you for the response. I reformulated the problem I am still having.

from interpretme.

prohde avatar prohde commented on July 18, 2024

Hi again,

your issue seems to be related to Docker and might be caused by an earlier failed attempt. Running the following commands should clean up your Docker environment so that you can proceed.

!docker-compose down -v
!docker network prune -f

The first command shuts down the Docker containers. This is required in order to remove all containers associated with the Docker network. The second command removes all Docker networks that have no containers associated with them.


In the rare case that the above is not solving the issue, you can get a list of all the Docker networks by executing

!docker network ls

Example output:

NETWORK ID     NAME                        DRIVER    SCOPE
d2b7c5bf1357   bridge                      bridge    local
8657945d9cdf   example_interpretme         bridge    local
bfa2b03fbc30   host                        host      local
abe0045be8a1   none                        null      local

If there are networks with the name that is causing troubles for you, you can remove them using the following

!docker network rm <network ID>

Simply replace <network ID> with the ID of the network causing issues. Note: Run the command with the IDs of both networks with the same name. If one of them cannot be deleted, you might have started the containers from a second location as well. If that is the case, you need to remove these containers as well (see above on how to do it).

from interpretme.

prohde avatar prohde commented on July 18, 2024

Hi @val2021-svg,

is your issue solved now? As a note, I will close the issue and assume it is solved if I don't hear from you again by March 20.

from interpretme.

prohde avatar prohde commented on July 18, 2024

This issue is closed due to inactivity.

from interpretme.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.