Kodie Goodwin

Results 2 issues of Kodie Goodwin

Command: `docker run -it --entrypoint docker-compose --rm --link teamcity-server:teamcity --privileged -e TEAMCITY_SERVER=http://teamcity:8111 sjoerdmulder/teamcity-agent:latest` Output: ``` Traceback (most recent call last): File "/usr/local/bin/docker-compose", line 5, in from pkg_resources import load_entry_point File...

I need to be able to read a dataset into memory, but cannot create a struct for each dataset because of some difficult requirements of my project. I would like...

question