Skip to content

Instantly share code, notes, and snippets.

View AgentO3's full-sized avatar

Owen Zanzal AgentO3

  • Charlottesville, VA
View GitHub Profile

Cam settings

Before you do anything, perform a factory reset.

##Setup

Lens: Manual

White bal: AT1

FROM ubuntu
RUN sed -i 's/main/main universe multiverse/' /etc/apt/sources.list
RUN apt-get update -q
RUN apt-get install -qy build-essential python-dev python-pip curl
#RUN apt-get install -qy autoconf
RUN pip install ansible
RUN mkdir -p /etc/ansible
RUN curl -L https://github.com/gc3-uzh-ch/ansible-playbooks/archive/cloud.tar.gz | tar -zxf-
RUN /bin/echo -e "[slurm_master]\nlocalhost" > /etc/ansible/hosts
RUN cp /bin/true /bin/hostname