Skip to content

Commit

Permalink
build codespaces using docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 9, 2023
1 parent cc718ad commit 0340697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM unifyai/ivy:latest

RUN pip3 install -r requirements.txt
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt \
&& rm -rf requirements.txt

0 comments on commit 0340697

Please sign in to comment.