Created
February 22, 2020 14:26
-
-
Save fennecdjay/3d87ef5310c1901e8a9494171b97e579 to your computer and use it in GitHub Desktop.
(draft) Dockerfile for Gwion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM fennecdjay/base | |
WORKDIR /tmp | |
USER root | |
COPY ./ gwion | |
RUN cd gwion && make install | |
WORKDIR /home/$NB_USER | |
USER $NB_USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment