File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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+ #
18FROM python:3.7.4-stretch
29
310WORKDIR /home/user
Original file line number Diff line number Diff line change 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+ #
18FROM nvidia/cuda:11.1.1-runtime-ubuntu20.04
29
310WORKDIR /home/user
Original file line number Diff line number Diff line change 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+ #
18FROM nvidia/cuda:11.3.1-runtime-ubuntu20.04
29
310WORKDIR /home/user
You can’t perform that action at this time.
0 commit comments