Skip to content

Commit

Permalink
An attempt to compile docker for RPI
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Sep 30, 2019
1 parent e0c9ee9 commit 2740e6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
@@ -1,4 +1,7 @@
FROM python:3.6-alpine
ARG ARCH=""
# RPI ARCH="arm32v7/"

FROM ${ARCH}python:3.6-alpine3.10

ENV PAI_BASE_DIR=/usr/local/pai \
PAI_CONFIG_PATH=/etc/pai \
Expand Down

0 comments on commit 2740e6a

Please sign in to comment.