Skip to content

Commit

Permalink
dev(narugo): more scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Dec 9, 2024
1 parent f560f9d commit ed86259
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ RUN conda --version
ENV HF_HOME /data/.hf
RUN mkdir -p $HF_HOME

RUN ls -al /data
RUN python -V && pip -V
RUN pip install -U hfutils && hfutils whoami
ADD pyskeb.sh /data/pyskeb.sh
RUN chmod +x /data/pyskeb.sh
ADD pyskeb.sh /pyskeb.sh
RUN chmod +x /pyskeb.sh

RUN ls -al /data

CMD [ "/start.sh" ]

0 comments on commit ed86259

Please sign in to comment.