Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Fix installation of php-redis in worker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed May 28, 2020
1 parent 039a840 commit df19b7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/gpus-worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.pkg.github.com/biigle/gpus/gpus-app as intermediate
FROM tensorflow/tensorflow:1.15.2-gpu-py3
MAINTAINER Martin Zurowietz <[email protected]>

# Install PHP 7.3 because this time we start from the TensorFlow base image.
# Install PHP 7.4 because this time we start from the TensorFlow base image.
RUN LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \
&& apt-get update \
Expand All @@ -13,6 +13,7 @@ RUN LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \
php7.4-pgsql \
php7.4-json \
php7.4-mbstring \
php-redis \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

Expand Down

0 comments on commit df19b7d

Please sign in to comment.