Skip to content
Snippets Groups Projects
Commit 4b80b2ab authored by Alisandra Denton's avatar Alisandra Denton
Browse files

quick permissions match without a full rebuild

parent aff4bad4
No related branches found
No related tags found
No related merge requests found
File moved
File moved
#FROM nvidia/cuda:11.2.0-cudnn8-runtime-ubuntu20.04
FROM rnaseq:latest
# Overide user name at build, if buil-arg no passed, will create user named `default` user
USER root
ARG USERNAME=zim-gast
ARG USERID=1010
RUN usermod -u $USERID $USERNAME
# Create a group and user
USER $USERNAME
WORKDIR /home/$USERNAME/
CMD ["bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment