question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple issues with CLTK container at Docker Hub

See original GitHub issue

At https://hub.docker.com/r/cltk/cltk which is listed as an official Dockerfile, though marked as a container by Docker Hub, the command `docker pull cltk/cltk’ fails.

There is a container that seems to work: https://hub.docker.com/r/achaitanyasai/cltk – though it’s not marked as “official”.

In addition, the Dockerfile at https://github.com/cltk/cltk_docker is based on a Python 3.5.2 image, so it’s out of date.

Finally, I wonder if it would be useful to preload some models in the container, since new users of Docker may not realize they have to take extra steps to persist changed state in the container, i.e. new files. For example, we might preload the more popular Greek and Latin models. Or perhaps create separate containers for the languages?

@kylepjohnson might you add me to the cltk account at Docker Hub? I’d like to submit a container that also has Jupyter installed, so that users can pull down a container and immediately get to work in a browser.

#194

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
todd-cookcommented, Jan 9, 2019

@free-variation yes, there’s definite value in that. It sounds like you want to tackle this and I think it would be a valuable contribution.

1reaction
free-variationcommented, Jan 9, 2019

@todd-cook do you think there’s value in the scenario from above, where a new user can run (in one command) a container, then use a browser pointed at the container to play with the system?

For example, the current tutorials could be repackaged as notebooks, so that they’re interactive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

praqma/network-multitool - Docker Image
A (multi-arch) multitool for container/network testing and troubleshooting. The main docker image is based on Alpine Linux. There is a Fedora variant to...
Read more >
Explore Docker's Container Image Repository - Docker Hub
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size! Linux. PowerPC 64 LE....
Read more >
Overview | Docker Documentation
Docker Hub is a service provided by Docker for finding and sharing container images with your team. It's the world's largest repository of...
Read more >
Manage repositories - Docker Documentation
Docker Hub repositories allow you share container images with your team, ... A single Docker Hub repository can hold many Docker images (stored...
Read more >
docker - Official Image
If you use --network=host , shared network namespaces (as in Kubernetes pods), or otherwise have network access to the container (including containers started ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found