Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/72fdf4cf085286077c585465d11ca0db to your computer and use it in GitHub Desktop.
Save collinprather/72fdf4cf085286077c585465d11ca0db to your computer and use it in GitHub Desktop.
WORKDIR /streamlit-docker
COPY requirements.txt ./requirements.txt
RUN pip3 install -r requirements.txt
COPY . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment