iamspruce commited on
Commit
7ce3473
·
1 Parent(s): bc90aa1

updated docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ ENV HF_HOME=/cache
23
  RUN mkdir -p /cache && chmod -R 777 /cache
24
 
25
  # Set environment variable for language-tool-python download directory
26
- # This redirects LanguageTool's cache to the shared /cache directory.
27
  ENV LANGUAGE_TOOL_DOWNLOAD_DIR=/cache
28
 
29
  # Copy the entire application code into the container
 
23
  RUN mkdir -p /cache && chmod -R 777 /cache
24
 
25
  # Set environment variable for language-tool-python download directory
26
+ # This redirects LanguageTool's cache to the shared /cache directory
27
  ENV LANGUAGE_TOOL_DOWNLOAD_DIR=/cache
28
 
29
  # Copy the entire application code into the container