File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ LABEL maintainer="Pierre Bellec <pierre.bellec@gmail.com>"
5
5
USER jovyan
6
6
7
7
# Copying the repository inside the container
8
- RUN wget https://github.com/brainhack101/introML/archive/0.1.zip
9
- RUN unzip 0.1.zip
10
- RUN rm 0.1.zip
11
-
12
8
COPY . /home/jovyan
13
9
14
10
# Instaling the Kamalaker's main fecther
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Breakfast (8:30 am) and lunch are included. The training sessions will run from
17
17
18
18
### Usage
19
19
20
- To use the docker image, firt after cloning the repository and cd to it, build it :
20
+ To use the docker image, first after cloning the repository and cd to it, build it :
21
21
```
22
22
sudo docker build --tag=introml .
23
23
```
You can’t perform that action at this time.
0 commit comments