tika update
This commit is contained in:
@@ -19,6 +19,9 @@ RUN python -m pip install -r requirements.txt
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
|
||||
ADD https://kt-cloud.ijs.si/index.php/s/T4qtSKxbxgqr6c5/download/pytorch_model.bin ./model/term_extractor/
|
||||
|
||||
# Creates a non-root user with an explicit UID and adds permission to access the /app folder
|
||||
# For more info, please refer to https://aka.ms/vscode-docker-python-configure-containers
|
||||
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /app
|
||||
|
||||
Reference in New Issue
Block a user