Skip to content

Instantly share code, notes, and snippets.

@pulsejet
Created December 3, 2020 05:56
Show Gist options
  • Save pulsejet/71984440f7d8c3287302499de88b910a to your computer and use it in GitHub Desktop.
Save pulsejet/71984440f7d8c3287302499de88b910a to your computer and use it in GitHub Desktop.
Dockerfile for UCLA RSat
FROM ubuntu:latest
WORKDIR /root
COPY rsat_SAT-Race08_bin.tar.gz .
RUN tar -xzvf rsat_SAT-Race08_bin.tar.gz &&\
rm rsat_SAT-Race08_bin.tar.gz
WORKDIR /root/rsat_SAT-Race08_final_bin
CMD /bin/bash ./rsat.sh /dev/stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment