Skip to content

Commit

Permalink
This is ugly but will it work?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Feb 5, 2021
1 parent 2bebc4e commit bc533b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Alias - ugly
RUN ln -s /usr/bin/python3 /usr/bin/python

# Update ctypesgen
RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Alias - ugly
RUN ln -s /usr/bin/python3 /usr/bin/python

RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
rm get-pip.py
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile_prereq.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Alias - ugly
RUN ln -s /usr/bin/python3 /usr/bin/python

RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
rm get-pip.py
Expand Down

0 comments on commit bc533b9

Please sign in to comment.