We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7737162 commit 7561392Copy full SHA for 7561392
Dockerfile
@@ -1,8 +1,8 @@
1
FROM python:3.6
2
-MAINTAINER molguin <[email protected]>
+MAINTAINER GaetanoCarlucci <[email protected]>
3
4
RUN apt-get update -q && apt-get install git && apt-get clean
5
-RUN cd / && git clone https://github.com/molguin92/CPULoadGenerator.git /CPULoadGenerator
+RUN cd / && git clone https://github.com/GaetanoCarlucci/CPULoadGenerator.git /CPULoadGenerator
6
RUN pip install -r /CPULoadGenerator/requirements.txt
7
8
WORKDIR /CPULoadGenerator
0 commit comments