Skip to content

Commit db6e575

Browse files
authored
add deprecation notice to old dockerfiles (#3317)
1 parent c2537df commit db6e575

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# DEPRECATION NOTICE
3+
#
4+
# This Dockerfile and the relative image deepset/haystack-cpu
5+
# have been deprecated in 1.9.0 in favor of:
6+
# https://github.com/deepset-ai/haystack/tree/main/docker
7+
#
18
FROM python:3.7.4-stretch
29

310
WORKDIR /home/user

Dockerfile-GPU

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# DEPRECATION NOTICE
3+
#
4+
# This Dockerfile and the relative image deepset/haystack-gpu
5+
# have been deprecated in 1.9.0 in favor of:
6+
# https://github.com/deepset-ai/haystack/tree/main/docker
7+
#
18
FROM nvidia/cuda:11.1.1-runtime-ubuntu20.04
29

310
WORKDIR /home/user

Dockerfile-GPU-minimal

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#
2+
# DEPRECATION NOTICE
3+
#
4+
# This Dockerfile and the relative image deepset/haystack-gpu:minimal
5+
# have been deprecated in 1.9.0 in favor of:
6+
# https://github.com/deepset-ai/haystack/tree/main/docker
7+
#
18
FROM nvidia/cuda:11.3.1-runtime-ubuntu20.04
29

310
WORKDIR /home/user

0 commit comments

Comments
 (0)