Skip to content

Commit 8789425

Browse files
author
ltetrel
committed
little fixes
1 parent ce61280 commit 8789425

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ LABEL maintainer="Pierre Bellec <pierre.bellec@gmail.com>"
55
USER jovyan
66

77
# 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-
128
COPY . /home/jovyan
139

1410
# Instaling the Kamalaker's main fecther

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Breakfast (8:30 am) and lunch are included. The training sessions will run from
1717

1818
### Usage
1919

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 :
2121
```
2222
sudo docker build --tag=introml .
2323
```

0 commit comments

Comments
 (0)