Skip to content

Instantly share code, notes, and snippets.

@n0531m
Created May 21, 2017 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0531m/635205291062415e30652cfcde3c9a32 to your computer and use it in GitHub Desktop.
Save n0531m/635205291062415e30652cfcde3c9a32 to your computer and use it in GitHub Desktop.
start a docker container with SyntaxNet
#!/bin/bash
docker run -it -p 8888:8888 tensorflow/syntaxnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment