mrfakename commited on
Commit
6f85a81
1 Parent(s): 30c6fba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
45
  pyenv global ${PYTHON_VERSION} && \
46
  pyenv rehash && \
47
  pip install --no-cache-dir -U pip setuptools wheel && \
48
- git clone https://github.com/NeuralVox/metavoice-src ${HOME}/app/gitrepo && \
49
  cp -r ${HOME}/app/gitrepo/* ${HOME}/app
50
  RUN pip install packaging && \
51
  pip install -r ${HOME}/app/requirements.txt && \
 
45
  pyenv global ${PYTHON_VERSION} && \
46
  pyenv rehash && \
47
  pip install --no-cache-dir -U pip setuptools wheel && \
48
+ git clone https://github.com/fakerybakery/metavoice-src ${HOME}/app/gitrepo && \
49
  cp -r ${HOME}/app/gitrepo/* ${HOME}/app
50
  RUN pip install packaging && \
51
  pip install -r ${HOME}/app/requirements.txt && \