Hady Mohamed
Results
2
comments of
Hady Mohamed
The DockerFile ``` FROM ubuntu:18.04 WORKDIR /usr/src/app COPY . . USER 0 RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y git RUN apt-get install --yes...
The updated wipe.sh ``` #!/bin/bash # Quantopian, Inc. licenses this file to you under the Apache License, Version # 2.0 (the "License"); you may not use this file except in...