Skip to content

Add Dockerfile for kenlm#371

Open
parakalan wants to merge 1 commit into
kpu:masterfrom
parakalan:patch-1
Open

Add Dockerfile for kenlm#371
parakalan wants to merge 1 commit into
kpu:masterfrom
parakalan:patch-1

Conversation

@parakalan

Copy link
Copy Markdown

No description provided.

Comment thread Dockerfile
make \
curl

RUN curl -L https://kheafield.com/code/kenlm.tar.gz | tar -xzvf -

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why tar -xzvf - when it could have been tar xzv?

Comment thread Dockerfile
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.6.5

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Note: The release you are looking at is Python 3.6.5, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. " https://www.python.org/downloads/release/python-365/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants