Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
hardcode pulling dev for nta_app clone
  • Loading branch information
JeffreyMinucci authored Jan 31, 2025
1 parent 5605340 commit ef3e61d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM python:3.9 AS base

ARG BRANCH_NAME=dev

RUN apt-get update --allow-releaseinfo-change -y
RUN apt-get upgrade --fix-missing -y
RUN apt-get install -y --fix-missing --no-install-recommends git

RUN cd /tmp && git clone -b ${BRANCH_NAME} https://github.com/quanted/nta_app.git
RUN cd /tmp && git clone -b dev https://github.com/quanted/nta_app.git

FROM continuumio/miniconda3:4.10.3

Expand Down

0 comments on commit ef3e61d

Please sign in to comment.