Skip to content

Commit

Permalink
comment out most code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminabrar committed Dec 15, 2023
1 parent c62d669 commit e2ca0d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ FROM quay.io/centos/centos:stream8
RUN dnf -y update && \
dnf -y install wget bzip2 unzip git mesa-dri-drivers python3 python3-pip

# Install Numpy
RUN pip3 install numpy
# # Install Numpy
# RUN pip3 install numpy

# Install the newest version of KLayout
RUN wget https://www.klayout.org/downloads/CentOS_8/klayout-0.28.13-0.x86_64.rpm -O ~/klayout.rpm && \
dnf -y localinstall ~/klayout.rpm && \
rm ~/klayout.rpm
# # Install the newest version of KLayout
# RUN wget https://www.klayout.org/downloads/CentOS_8/klayout-0.28.13-0.x86_64.rpm -O ~/klayout.rpm && \
# dnf -y localinstall ~/klayout.rpm && \
# rm ~/klayout.rpm

# Clone SiEPIC-Tools and SiEPIC_EBeam_PDK.
RUN mkdir -p /root/.klayout/salt && \
cd /root/.klayout/salt && \
git clone https://github.com/SiEPIC/SiEPIC-Tools.git && \
git clone https://github.com/SiEPIC/SiEPIC_EBeam_PDK.git
# # Clone SiEPIC-Tools and SiEPIC_EBeam_PDK.
# RUN mkdir -p /root/.klayout/salt && \
# cd /root/.klayout/salt && \
# git clone https://github.com/SiEPIC/SiEPIC-Tools.git && \
# git clone https://github.com/SiEPIC/SiEPIC_EBeam_PDK.git

# Set the working directory
WORKDIR /home
Expand Down

0 comments on commit e2ca0d0

Please sign in to comment.