mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
add deprecation notice to old dockerfiles (#3317)
This commit is contained in:
parent
c2537dfc28
commit
db6e5754cd
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user