From f773d2c45a3a788f87017feee523d1c75999011d Mon Sep 17 00:00:00 2001 From: Cesura Date: Wed, 14 Apr 2021 01:52:23 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f99e5..cb2c631 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ docker run -d -p 5000:5000 -v /path/to/local/dir:/app/data cesura/pastey:lates ``` Change **/path/to/local/dir** to a local folder you would like to use for persistent paste storage. It will be mounted in the container at **/app/data**. -Pastey will then be accessable at *http://localhost:5000* +Pastey will then be accessible at *http://localhost:5000* ### Docker (non-AVX processor) If your processor does not have support for AVX instructions, the "latest" image will fail to run. This is due to a decision by Tensorflow to enable this compile flag by default in version 1.5+. However, Anaconda's distribution of Tensorflow supports older architectures even in the 2.x line. You can instead use the image tagged ***latest-conda***: