pollomarzo / polithesis

0 stars 0 forks source link

figure out docker containers with python #10

Closed pollomarzo closed 7 months ago

pollomarzo commented 7 months ago

NEST is distributed with docker containers. i need to take the base image, install a few packages, and have a new image ready to work on. since i have the time, let's understand docker and python and how they interact properly.

8 means the needed packages will be:

maybe, just pip install brian2hears will be enough, but i'm not sure

pollomarzo commented 7 months ago

so. i've decided docker containers are a bit annoying for everyday development, although they seem perfect for packaging stuff. since i'd put in the work at this point, i moved all docker-relevant files to a dedicated folder prob just using mamba now