add deprecation notice to old dockerfiles (#3317)

This commit is contained in:
Massimiliano Pippi 2022-10-11 16:10:57 +02:00 committed by GitHub
parent c2537dfc28
commit db6e5754cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,10 @@
#
# DEPRECATION NOTICE
#
# This Dockerfile and the relative image deepset/haystack-cpu
# have been deprecated in 1.9.0 in favor of:
# https://github.com/deepset-ai/haystack/tree/main/docker
#
FROM python:3.7.4-stretch
WORKDIR /home/user

View File

@ -1,3 +1,10 @@
#
# DEPRECATION NOTICE
#
# This Dockerfile and the relative image deepset/haystack-gpu
# have been deprecated in 1.9.0 in favor of:
# https://github.com/deepset-ai/haystack/tree/main/docker
#
FROM nvidia/cuda:11.1.1-runtime-ubuntu20.04
WORKDIR /home/user

View File

@ -1,3 +1,10 @@
#
# DEPRECATION NOTICE
#
# This Dockerfile and the relative image deepset/haystack-gpu:minimal
# have been deprecated in 1.9.0 in favor of:
# https://github.com/deepset-ai/haystack/tree/main/docker
#
FROM nvidia/cuda:11.3.1-runtime-ubuntu20.04
WORKDIR /home/user